#554C2D

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

Shades of Thatch Green #554C2D

Tints of Thatch Green #554C2D

Color information

#554C2D (or 0x554C2D) is unknown color: approx Thatch Green. HEX triplet: 55, 4C and 2D. RGB value is (85,76,45). Sum of RGB (Red+Green+Blue) = 85+76+45=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C2D is #AAB3D2. Grayscale: #4B4B4B. Windows color (decimal): -11187155 or 2968661. OLE color: 2968661.

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

Color convert

RGB857645-
CMYK00.110.470.67
HSL46.5º30.77%25.49%-
HSV(B)46.5º47.06%33.33%-
XYZ6.87.293.53-
YUV75.16110.98135.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=41.26%
G=36.89%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85764500.110.470.6746.530.7725.49
Hex554C2D0B2F432e1f19
Octal1251145501357103563731
Binary101010110011001011010101110111110000111011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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