Html Css Color HEX #556800 Verdun Green

📋 copy color: '#556800'

red 85 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #556800

Tints of Verdun Green #556800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.03%

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

R = 44.97%
G = 55.03%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#556800 (or 0x556800) is known color: Verdun Green. HEX triplet: 55, 68 and 00. RGB value is (85,104,0). Sum of RGB (Red+Green+Blue) = 85+104+0=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #556800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556800 is #AA97FF. Grayscale: #565656. Windows color (decimal): -11180032 or 26709. OLE color: 26709.

HSL color Cylindrical-coordinate representation of color #556800: hue angle of 70.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #556800 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 0 -
CMYK 0.18 0 1 0.59
HSL 70.96º 1% 0.2% -
HSV(B) 70.96º 1% 0.41% -
XYZ 8.7 11.83 1.83 -
YUV 86.46 79.21 126.96 -
System Red Green Blue C M Y K H S L
Decimal 85 104 0 0.18 0 1 0.59 70.96 1 0.2
Hex 55 68 0 12 0 64 3B 47 64 14
Octal 125 150 0 22 0 144 73 107 144 24
Binary 1010101 1101000 0 10010 0 1100100 111011 1000111 1100100 10100

Color Harmonies of #556800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556800

Black with #556800

Text Example


Text Example

White with #556800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556800; }

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

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

background-color css

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

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

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

border-color css

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

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

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