Html Css Color HEX #486112 Verdun Green

📋 copy color: '#486112'

red 72 ◦ green 97 ◦ blue 18

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

Shades of Verdun Green #486112

Tints of Verdun Green #486112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 38.5%
G = 51.87%
B = 9.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#486112 (or 0x486112) is known color: Verdun Green. HEX triplet: 48, 61 and 12. RGB value is (72,97,18). Sum of RGB (Red+Green+Blue) = 72+97+18=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #486112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486112 is #B79EED. Grayscale: #505050. Windows color (decimal): -12033774 or 1204552. OLE color: 1204552.

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

Color convert

RGB 72 97 18 -
CMYK 0.26 0 0.81 0.62
HSL 78.99º 0.69% 0.23% -
HSV(B) 78.99º 0.81% 0.38% -
XYZ 7.06 9.97 2.12 -
YUV 80.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 72 97 18 0.26 0 0.81 0.62 78.99 0.69 0.23
Hex 48 61 12 1A 0 51 3E 4F 45 17
Octal 110 141 22 32 0 121 76 117 105 27
Binary 1001000 1100001 10010 11010 0 1010001 111110 1001111 1000101 10111

Color Harmonies of #486112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486112

Black with #486112

Text Example


Text Example

White with #486112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486112; }

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

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

background-color css

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

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

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

border-color css

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

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

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