#555030

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

Shades of Thatch Green #555030

Tints of Thatch Green #555030

Color information

#555030 (or 0x555030) is unknown color: approx Thatch Green. HEX triplet: 55, 50 and 30. RGB value is (85,80,48). Sum of RGB (Red+Green+Blue) = 85+80+48=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #555030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555030 is #AAAFCF. Grayscale: #4D4D4D. Windows color (decimal): -11186128 or 3166293. OLE color: 3166293.

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

Color convert

RGB858048-
CMYK00.060.440.67
HSL51.89º27.82%26.08%-
HSV(B)51.89º43.53%33.33%-
XYZ7.157.883.94-
YUV77.85111.16133.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=39.91%
G=37.56%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85804800.060.440.6751.8927.8226.08
Hex555030062C43341c1a
Octal125120600654103643432
Binary10101011010000110000011010110010000111101001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555030; }

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

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

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

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

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

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

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

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