#554C2E

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

Shades of Thatch Green #554C2E

Tints of Thatch Green #554C2E

Color information

#554C2E (or 0x554C2E) is unknown color: approx Thatch Green. HEX triplet: 55, 4C and 2E. RGB value is (85,76,46). Sum of RGB (Red+Green+Blue) = 85+76+46=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C2E is #AAB3D1. Grayscale: #4B4B4B. Windows color (decimal): -11187154 or 3034197. OLE color: 3034197.

HSL color Cylindrical-coordinate representation of color #554C2E: hue angle of 46.15º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554C2E is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB857646-
CMYK00.110.460.67
HSL46.15º29.77%25.69%-
HSV(B)46.15º45.88%33.33%-
XYZ6.827.33.63-
YUV75.27111.48134.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=41.06%
G=36.71%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85764600.110.460.6746.1529.7725.69
Hex554C2E0B2E432e1e1a
Octal1251145601356103563632
Binary101010110011001011100101110111010000111011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554C2E; }

 p { color: rgb(85,76,46); }

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

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

 a { background-color: rgb(85,76,46); }

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

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

 span { border-color: rgb(85,76,46); }

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