Html Css Color HEX #486512 Verdun Green

📋 copy color: '#486512'

red 72 ◦ green 101 ◦ blue 18

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

Shades of Verdun Green #486512

Tints of Verdun Green #486512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 52.88%

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

R = 37.7%
G = 52.88%
B = 9.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#486512 (or 0x486512) is known color: Verdun Green. HEX triplet: 48, 65 and 12. RGB value is (72,101,18). Sum of RGB (Red+Green+Blue) = 72+101+18=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #486512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486512 is #B79AED. Grayscale: #535353. Windows color (decimal): -12032750 or 1205576. OLE color: 1205576.

HSL color Cylindrical-coordinate representation of color #486512: hue angle of 80.96º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #486512 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 18 -
CMYK 0.29 0 0.82 0.60
HSL 80.96º 0.7% 0.23% -
HSV(B) 80.96º 0.82% 0.4% -
XYZ 7.44 10.73 2.25 -
YUV 82.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 72 101 18 0.29 0 0.82 0.60 80.96 0.7 0.23
Hex 48 65 12 1D 0 52 3C 51 46 17
Octal 110 145 22 35 0 122 74 121 106 27
Binary 1001000 1100101 10010 11101 0 1010010 111100 1010001 1000110 10111

Color Harmonies of #486512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486512

Black with #486512

Text Example


Text Example

White with #486512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486512; }

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

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

background-color css

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

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

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

border-color css

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

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

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