Html Css Color HEX #486118 Verdun Green

📋 copy color: '#486118'

red 72 ◦ green 97 ◦ blue 24

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

Shades of Verdun Green #486118

Tints of Verdun Green #486118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 37.31%
G = 50.26%
B = 12.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#486118 (or 0x486118) is known color: Verdun Green. HEX triplet: 48, 61 and 18. RGB value is (72,97,24). Sum of RGB (Red+Green+Blue) = 72+97+24=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #486118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486118 is #B79EE7. Grayscale: #515151. Windows color (decimal): -12033768 or 1597768. OLE color: 1597768.

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

Color convert

RGB 72 97 24 -
CMYK 0.26 0 0.75 0.62
HSL 80.55º 0.6% 0.24% -
HSV(B) 80.55º 0.75% 0.38% -
XYZ 7.11 9.99 2.42 -
YUV 81.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 72 97 24 0.26 0 0.75 0.62 80.55 0.6 0.24
Hex 48 61 18 1A 0 4B 3E 51 3C 18
Octal 110 141 30 32 0 113 76 121 74 30
Binary 1001000 1100001 11000 11010 0 1001011 111110 1010001 111100 11000

Color Harmonies of #486118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486118

Black with #486118

Text Example


Text Example

White with #486118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486118; }

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

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

background-color css

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

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

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

border-color css

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

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

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