Html Css Color HEX #556012 Verdun Green

📋 copy color: '#556012'

red 85 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #556012

Tints of Verdun Green #556012

RGB

 RED value IS 85 (33.59% from 255) = 42.71%

 GREEN value IS 96 (37.89% from 255) = 48.24%

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

R = 42.71%
G = 48.24%
B = 9.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#556012 (or 0x556012) is known color: Verdun Green. HEX triplet: 55, 60 and 12. RGB value is (85,96,18). Sum of RGB (Red+Green+Blue) = 85+96+18=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #556012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556012 is #AA9FED. Grayscale: #545454. Windows color (decimal): -11182062 or 1204309. OLE color: 1204309.

HSL color Cylindrical-coordinate representation of color #556012: hue angle of 68.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #556012 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 96 18 -
CMYK 0.11 0 0.81 0.62
HSL 68.46º 0.68% 0.22% -
HSV(B) 68.46º 0.81% 0.38% -
XYZ 8.04 10.34 2.14 -
YUV 83.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 85 96 18 0.11 0 0.81 0.62 68.46 0.68 0.22
Hex 55 60 12 B 0 51 3E 44 44 16
Octal 125 140 22 13 0 121 76 104 104 26
Binary 1010101 1100000 10010 1011 0 1010001 111110 1000100 1000100 10110

Color Harmonies of #556012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556012

Black with #556012

Text Example


Text Example

White with #556012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556012; }

 p { color: rgb(85,96,18); }

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

background-color css

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

 a { background-color: rgb(85,96,18); }

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

border-color css

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

 span { border-color: rgb(85,96,18); }

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