Html Css Color HEX #48610E Verdun Green

📋 copy color: '#48610E'

red 72 ◦ green 97 ◦ blue 14

#48610E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #48610E

Tints of Verdun Green #48610E

RGB

 RED value IS 72 (28.52% from 255) = 39.34%

 GREEN value IS 97 (38.28% from 255) = 53.01%

 BLUE value IS 14 (5.86% from 255) = 7.65%

R = 39.34%
G = 53.01%
B = 7.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#48610E (or 0x48610E) is known color: Verdun Green. HEX triplet: 48, 61 and 0E. RGB value is (72,97,14). Sum of RGB (Red+Green+Blue) = 72+97+14=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #48610E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48610E is #B79EF1. Grayscale: #505050. Windows color (decimal): -12033778 or 942408. OLE color: 942408.

HSL color Cylindrical-coordinate representation of color #48610E: hue angle of 78.07º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48610E is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 14 -
CMYK 0.26 0 0.86 0.62
HSL 78.07º 0.75% 0.22% -
HSV(B) 78.07º 0.86% 0.38% -
XYZ 7.03 9.96 1.97 -
YUV 80.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 72 97 14 0.26 0 0.86 0.62 78.07 0.75 0.22
Hex 48 61 E 1A 0 56 3E 4E 4B 16
Octal 110 141 16 32 0 126 76 116 113 26
Binary 1001000 1100001 1110 11010 0 1010110 111110 1001110 1001011 10110

Color Harmonies of #48610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48610E

Black with #48610E

Text Example


Text Example

White with #48610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48610E; }

 p { color: rgb(72,97,14); }

 H1.HeaderClassName
 {
   color: #48610E;
 }
 .AnyTagClassName
 {
   color: #48610E;
 }
</style>

background-color css

<style>
 a { background-color: #48610E; }

 a { background-color: rgb(72,97,14); }

 div.DivClassName
 {
   background-color: #48610E;
 }
 .BgClassName
 {
   background-color: #48610E;
 }
</style>

border-color css

<style>
 span { border-color: #48610E; }

 span { border-color: rgb(72,97,14); }

 td.TdClassName
 {
   border-color: #48610E;
 }
 .TagClassName
 {
   border-color: #48610E;
 }
</style>