#555130

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

Shades of Thatch Green #555130

Tints of Thatch Green #555130

Color information

#555130 (or 0x555130) is unknown color: approx Thatch Green. HEX triplet: 55, 51 and 30. RGB value is (85,81,48). Sum of RGB (Red+Green+Blue) = 85+81+48=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #555130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555130 is #AAAECF. Grayscale: #4E4E4E. Windows color (decimal): -11185872 or 3166549. OLE color: 3166549.

HSL color Cylindrical-coordinate representation of color #555130: hue angle of 53.51º 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 #555130 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB858148-
CMYK00.050.440.67
HSL53.51º27.82%26.08%-
HSV(B)53.51º43.53%33.33%-
XYZ7.228.033.97-
YUV78.43110.83132.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=39.72%
G=37.85%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85814800.050.440.6753.5127.8226.08
Hex555130052C43361c1a
Octal125121600554103663432
Binary10101011010001110000010110110010000111101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555130; }

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

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

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

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

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

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

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

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