Html Css Color HEX #486616 Verdun Green

📋 copy color: '#486616'

red 72 ◦ green 102 ◦ blue 22

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

Shades of Verdun Green #486616

Tints of Verdun Green #486616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.04%

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 36.73%
G = 52.04%
B = 11.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#486616 (or 0x486616) is known color: Verdun Green. HEX triplet: 48, 66 and 16. RGB value is (72,102,22). Sum of RGB (Red+Green+Blue) = 72+102+22=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #486616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486616 is #B799E9. Grayscale: #545454. Windows color (decimal): -12032490 or 1467976. OLE color: 1467976.

HSL color Cylindrical-coordinate representation of color #486616: hue angle of 82.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #486616 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 22 -
CMYK 0.29 0 0.78 0.6
HSL 82.5º 0.65% 0.24% -
HSV(B) 82.5º 0.78% 0.4% -
XYZ 7.57 10.94 2.47 -
YUV 83.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 72 102 22 0.29 0 0.78 0.6 82.5 0.65 0.24
Hex 48 66 16 1D 0 4E 3C 52 41 18
Octal 110 146 26 35 0 116 74 122 101 30
Binary 1001000 1100110 10110 11101 0 1001110 111100 1010010 1000001 11000

Color Harmonies of #486616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486616

Black with #486616

Text Example


Text Example

White with #486616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486616; }

 p { color: rgb(72,102,22); }

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

background-color css

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

 a { background-color: rgb(72,102,22); }

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

border-color css

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

 span { border-color: rgb(72,102,22); }

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