#55550F

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

Shades of Verdun Green #55550F

Tints of Verdun Green #55550F

Color information

#55550F (or 0x55550F) is unknown color: approx Verdun Green. HEX triplet: 55, 55 and 0F. RGB value is (85,85,15). Sum of RGB (Red+Green+Blue) = 85+85+15=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55550F is #AAAAF0. Grayscale: #4D4D4D. Windows color (decimal): -11184881 or 1004885. OLE color: 1004885.

HSL color Cylindrical-coordinate representation of color #55550F: hue angle of 60º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55550F is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB858515-
CMYK000.820.67
HSL60º70%19.61%-
HSV(B)60º82.35%33.33%-
XYZ7.088.461.71-
YUV77.0293133.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=45.95%
G=45.95%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858515000.820.67607019.61
Hex5555F0052433c4614
Octal12512517001221037410624
Binary1010101101010111110010100101000011111100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55550F; }

 p { color: rgb(85,85,15); }

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

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

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

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

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

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

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