Html Css Color HEX #556100 Verdun Green

📋 copy color: '#556100'

red 85 ◦ green 97 ◦ blue 0

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

Shades of Verdun Green #556100

Tints of Verdun Green #556100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.7%
G = 53.3%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#556100 (or 0x556100) is known color: Verdun Green. HEX triplet: 55, 61 and 00. RGB value is (85,97,0). Sum of RGB (Red+Green+Blue) = 85+97+0=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #556100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556100 is #AA9EFF. Grayscale: #525252. Windows color (decimal): -11181824 or 24917. OLE color: 24917.

HSL color Cylindrical-coordinate representation of color #556100: hue angle of 67.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #556100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 0 -
CMYK 0.12 0 1 0.62
HSL 67.42º 1% 0.19% -
HSV(B) 67.42º 1% 0.38% -
XYZ 8.02 10.48 1.6 -
YUV 82.35 81.52 129.89 -
System Red Green Blue C M Y K H S L
Decimal 85 97 0 0.12 0 1 0.62 67.42 1 0.19
Hex 55 61 0 C 0 64 3E 43 64 13
Octal 125 141 0 14 0 144 76 103 144 23
Binary 1010101 1100001 0 1100 0 1100100 111110 1000011 1100100 10011

Color Harmonies of #556100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556100

Black with #556100

Text Example


Text Example

White with #556100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556100; }

 p { color: rgb(85,97,0); }

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

background-color css

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

 a { background-color: rgb(85,97,0); }

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

border-color css

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

 span { border-color: rgb(85,97,0); }

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