#555007

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

Shades of Verdun Green #555007

Tints of Verdun Green #555007

Color information

#555007 (or 0x555007) is unknown color: approx Verdun Green. HEX triplet: 55, 50 and 07. RGB value is (85,80,7). Sum of RGB (Red+Green+Blue) = 85+80+7=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #555007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555007 is #AAAFF8. Grayscale: #494949. Windows color (decimal): -11186169 or 479317. OLE color: 479317.

HSL color Cylindrical-coordinate representation of color #555007: hue angle of 56.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #555007 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85807-
CMYK00.060.920.67
HSL56.15º84.78%18.04%-
HSV(B)56.15º91.76%33.33%-
XYZ6.657.681.33-
YUV73.1790.66136.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=49.42%
G=46.51%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8580700.060.920.6756.1584.7818.04
Hex55507065C43385512
Octal1251207061341037012522
Binary10101011010000111011010111001000011111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555007; }

 p { color: rgb(85,80,7); }

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

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

 a { background-color: rgb(85,80,7); }

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

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

 span { border-color: rgb(85,80,7); }

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