Html Css Color HEX #486106 Verdun Green

📋 copy color: '#486106'

red 72 ◦ green 97 ◦ blue 6

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

Shades of Verdun Green #486106

Tints of Verdun Green #486106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 41.14%
G = 55.43%
B = 3.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#486106 (or 0x486106) is known color: Verdun Green. HEX triplet: 48, 61 and 06. RGB value is (72,97,6). Sum of RGB (Red+Green+Blue) = 72+97+6=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #486106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486106 is #B79EF9. Grayscale: #4F4F4F. Windows color (decimal): -12033786 or 418120. OLE color: 418120.

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

Color convert

RGB 72 97 6 -
CMYK 0.26 0 0.94 0.62
HSL 76.48º 0.88% 0.2% -
HSV(B) 76.48º 0.94% 0.38% -
XYZ 6.98 9.94 1.72 -
YUV 79.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 72 97 6 0.26 0 0.94 0.62 76.48 0.88 0.2
Hex 48 61 6 1A 0 5E 3E 4C 58 14
Octal 110 141 6 32 0 136 76 114 130 24
Binary 1001000 1100001 110 11010 0 1011110 111110 1001100 1011000 10100

Color Harmonies of #486106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486106

Black with #486106

Text Example


Text Example

White with #486106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486106; }

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

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

background-color css

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

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

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

border-color css

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

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

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