Html Css Color HEX #486606 Verdun Green

📋 copy color: '#486606'

red 72 ◦ green 102 ◦ blue 6

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

Shades of Verdun Green #486606

Tints of Verdun Green #486606

RGB

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

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

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

R = 40%
G = 56.67%
B = 3.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#486606 (or 0x486606) is known color: Verdun Green. HEX triplet: 48, 66 and 06. RGB value is (72,102,6). Sum of RGB (Red+Green+Blue) = 72+102+6=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #486606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486606 is #B799F9. Grayscale: #525252. Windows color (decimal): -12032506 or 419400. OLE color: 419400.

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

Color convert

RGB 72 102 6 -
CMYK 0.29 0 0.94 0.6
HSL 78.75º 0.89% 0.21% -
HSV(B) 78.75º 0.94% 0.4% -
XYZ 7.46 10.89 1.88 -
YUV 82.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 72 102 6 0.29 0 0.94 0.6 78.75 0.89 0.21
Hex 48 66 6 1D 0 5E 3C 4F 59 15
Octal 110 146 6 35 0 136 74 117 131 25
Binary 1001000 1100110 110 11101 0 1011110 111100 1001111 1011001 10101

Color Harmonies of #486606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486606

Black with #486606

Text Example


Text Example

White with #486606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486606; }

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

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

background-color css

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

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

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

border-color css

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

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

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