#534F2D

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

Shades of Thatch Green #534F2D

Tints of Thatch Green #534F2D

Color information

#534F2D (or 0x534F2D) is unknown color: approx Thatch Green. HEX triplet: 53, 4F and 2D. RGB value is (83,79,45). Sum of RGB (Red+Green+Blue) = 83+79+45=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F2D is #ACB0D2. Grayscale: #4C4C4C. Windows color (decimal): -11317459 or 2969427. OLE color: 2969427.

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

Color convert

RGB837945-
CMYK00.050.460.67
HSL53.68º29.69%25.1%-
HSV(B)53.68º45.78%32.55%-
XYZ6.847.623.59-
YUV76.32110.33132.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=40.10%
G=38.16%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83794500.050.460.6753.6829.6925.1
Hex534F2D052E43361e19
Octal123117550556103663631
Binary10100111001111101101010110111010000111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F2D; }

 p { color: rgb(83,79,45); }

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

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

 a { background-color: rgb(83,79,45); }

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

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

 span { border-color: rgb(83,79,45); }

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