Html Css Color HEX #486C06 Verdun Green

📋 copy color: '#486C06'

red 72 ◦ green 108 ◦ blue 6

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

Shades of Verdun Green #486C06

Tints of Verdun Green #486C06

RGB

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

 GREEN value IS 108 (42.58% from 255) = 58.06%

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

R = 38.71%
G = 58.06%
B = 3.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#486C06 (or 0x486C06) is known color: Verdun Green. HEX triplet: 48, 6C and 06. RGB value is (72,108,6). Sum of RGB (Red+Green+Blue) = 72+108+6=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #486C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486C06 is #B793F9. Grayscale: #555555. Windows color (decimal): -12030970 or 420936. OLE color: 420936.

HSL color Cylindrical-coordinate representation of color #486C06: hue angle of 81.18º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #486C06 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 108 6 -
CMYK 0.33 0 0.94 0.58
HSL 81.18º 0.89% 0.22% -
HSV(B) 81.18º 0.94% 0.42% -
XYZ 8.07 12.12 2.09 -
YUV 85.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 72 108 6 0.33 0 0.94 0.58 81.18 0.89 0.22
Hex 48 6C 6 21 0 5E 3A 51 59 16
Octal 110 154 6 41 0 136 72 121 131 26
Binary 1001000 1101100 110 100001 0 1011110 111010 1010001 1011001 10110

Color Harmonies of #486C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C06

Black with #486C06

Text Example


Text Example

White with #486C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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