Html Css Color HEX #556010 Verdun Green

📋 copy color: '#556010'

red 85 ◦ green 96 ◦ blue 16

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

Shades of Verdun Green #556010

Tints of Verdun Green #556010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 43.15%
G = 48.73%
B = 8.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#556010 (or 0x556010) is known color: Verdun Green. HEX triplet: 55, 60 and 10. RGB value is (85,96,16). Sum of RGB (Red+Green+Blue) = 85+96+16=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #556010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556010 is #AA9FEF. Grayscale: #535353. Windows color (decimal): -11182064 or 1073237. OLE color: 1073237.

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

Color convert

RGB 85 96 16 -
CMYK 0.11 0 0.83 0.62
HSL 68.25º 0.71% 0.22% -
HSV(B) 68.25º 0.83% 0.38% -
XYZ 8.02 10.33 2.06 -
YUV 83.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 85 96 16 0.11 0 0.83 0.62 68.25 0.71 0.22
Hex 55 60 10 B 0 53 3E 44 47 16
Octal 125 140 20 13 0 123 76 104 107 26
Binary 1010101 1100000 10000 1011 0 1010011 111110 1000100 1000111 10110

Color Harmonies of #556010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556010

Black with #556010

Text Example


Text Example

White with #556010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556010; }

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

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

background-color css

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

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

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

border-color css

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

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

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