#55502B

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

Shades of Thatch Green #55502B

Tints of Thatch Green #55502B

Color information

#55502B (or 0x55502B) is unknown color: approx Thatch Green. HEX triplet: 55, 50 and 2B. RGB value is (85,80,43). Sum of RGB (Red+Green+Blue) = 85+80+43=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #55502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55502B is #AAAFD4. Grayscale: #4D4D4D. Windows color (decimal): -11186133 or 2838613. OLE color: 2838613.

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

Color convert

RGB858043-
CMYK00.060.490.67
HSL52.86º32.81%25.1%-
HSV(B)52.86º49.41%33.33%-
XYZ7.057.843.43-
YUV77.28108.66133.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=40.87%
G=38.46%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85804300.060.490.6752.8632.8125.1
Hex55502B063143352119
Octal125120530661103654131
Binary101010110100001010110110110001100001111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55502B; }

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

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

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

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

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

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

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

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