Html Css Color HEX #556011 Verdun Green

📋 copy color: '#556011'

red 85 ◦ green 96 ◦ blue 17

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

Shades of Verdun Green #556011

Tints of Verdun Green #556011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.59%

R = 42.93%
G = 48.48%
B = 8.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#556011 (or 0x556011) is known color: Verdun Green. HEX triplet: 55, 60 and 11. RGB value is (85,96,17). Sum of RGB (Red+Green+Blue) = 85+96+17=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #556011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556011 is #AA9FEE. Grayscale: #545454. Windows color (decimal): -11182063 or 1138773. OLE color: 1138773.

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

Color convert

RGB 85 96 17 -
CMYK 0.11 0 0.82 0.62
HSL 68.35º 0.7% 0.22% -
HSV(B) 68.35º 0.82% 0.38% -
XYZ 8.03 10.34 2.1 -
YUV 83.71 90.36 128.92 -
System Red Green Blue C M Y K H S L
Decimal 85 96 17 0.11 0 0.82 0.62 68.35 0.7 0.22
Hex 55 60 11 B 0 52 3E 44 46 16
Octal 125 140 21 13 0 122 76 104 106 26
Binary 1010101 1100000 10001 1011 0 1010010 111110 1000100 1000110 10110

Color Harmonies of #556011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556011

Black with #556011

Text Example


Text Example

White with #556011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556011; }

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

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

background-color css

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

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

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

border-color css

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

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

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