#555704

Color #555704 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #555704

Tints of Verdun Green #555704

Color information

#555704 (or 0x555704) is unknown color: approx Verdun Green. HEX triplet: 55, 57 and 04. RGB value is (85,87,4). Sum of RGB (Red+Green+Blue) = 85+87+4=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #555704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555704 is #AAA8FB. Grayscale: #4D4D4D. Windows color (decimal): -11184380 or 284501. OLE color: 284501.

HSL color Cylindrical-coordinate representation of color #555704: hue angle of 61.45º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #555704 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB85874-
CMYK0.0200.950.66
HSL61.45º91.21%17.84%-
HSV(B)61.45º95.4%34.12%-
XYZ7.188.761.43-
YUV76.9486.84133.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 87 (34.38% from 255) = 49.43%
BLUE value IS 4 (1.95% from 255) = 2.27%
R=48.30%
G=49.43%
B=2.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal858740.0200.950.6661.4591.2117.84
Hex55574205F423d5b12
Octal1251274201371027513322
Binary1010101101011110010010111111000010111101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555704; }

 p { color: rgb(85,87,4); }

 H1.HeaderClassName
 {
   color: #555704;
 }
 .AnyTagClassName
 {
   color: #555704;
 }
</style>
background-color css

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

 a { background-color: rgb(85,87,4); }

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

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

 span { border-color: rgb(85,87,4); }

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