#555028

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

Shades of Thatch Green #555028

Tints of Thatch Green #555028

Color information

#555028 (or 0x555028) is unknown color: approx Thatch Green. HEX triplet: 55, 50 and 28. RGB value is (85,80,40). Sum of RGB (Red+Green+Blue) = 85+80+40=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #555028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555028 is #AAAFD7. Grayscale: #4D4D4D. Windows color (decimal): -11186136 or 2642005. OLE color: 2642005.

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

Color convert

RGB858040-
CMYK00.060.530.67
HSL53.33º36%24.51%-
HSV(B)53.33º52.94%33.33%-
XYZ77.823.15-
YUV76.94107.16133.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=41.46%
G=39.02%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85804000.060.530.6753.333624.51
Hex555028063543352419
Octal125120500665103654431
Binary101010110100001010000110110101100001111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555028; }

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

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

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

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

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

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

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

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