#555135

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

Shades of Thatch Green #555135

Tints of Thatch Green #555135

Color information

#555135 (or 0x555135) is unknown color: approx Thatch Green. HEX triplet: 55, 51 and 35. RGB value is (85,81,53). Sum of RGB (Red+Green+Blue) = 85+81+53=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #555135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555135 is #AAAECA. Grayscale: #4F4F4F. Windows color (decimal): -11185867 or 3494229. OLE color: 3494229.

HSL color Cylindrical-coordinate representation of color #555135: hue angle of 52.5º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555135 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB858153-
CMYK00.050.380.67
HSL52.5º23.19%27.06%-
HSV(B)52.5º37.65%33.33%-
XYZ7.338.074.54-
YUV79113.33132.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=38.81%
G=36.99%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85815300.050.380.6752.523.1927.06
Hex55513505264334171b
Octal125121650546103642733
Binary10101011010001110101010110011010000111101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555135; }

 p { color: rgb(85,81,53); }

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

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

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

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

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

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

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