#555126

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

Shades of Thatch Green #555126

Tints of Thatch Green #555126

Color information

#555126 (or 0x555126) is unknown color: approx Thatch Green. HEX triplet: 55, 51 and 26. RGB value is (85,81,38). Sum of RGB (Red+Green+Blue) = 85+81+38=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #555126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555126 is #AAAED9. Grayscale: #4D4D4D. Windows color (decimal): -11185882 or 2511189. OLE color: 2511189.

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

Color convert

RGB858138-
CMYK00.050.550.67
HSL54.89º38.21%24.12%-
HSV(B)54.89º55.29%33.33%-
XYZ7.047.963-
YUV77.29105.83133.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=41.67%
G=39.71%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85813800.050.550.6754.8938.2124.12
Hex555126053743372618
Octal125121460567103674630
Binary101010110100011001100101110111100001111011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555126; }

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

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

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

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

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

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

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

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