#534E30

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

Shades of Thatch Green #534E30

Tints of Thatch Green #534E30

Color information

#534E30 (or 0x534E30) is unknown color: approx Thatch Green. HEX triplet: 53, 4E and 30. RGB value is (83,78,48). Sum of RGB (Red+Green+Blue) = 83+78+48=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E30 is #ACB1CF. Grayscale: #4C4C4C. Windows color (decimal): -11317712 or 3165779. OLE color: 3165779.

HSL color Cylindrical-coordinate representation of color #534E30: hue angle of 51.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534E30 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB837848-
CMYK00.060.420.67
HSL51.43º26.72%25.69%-
HSV(B)51.43º42.17%32.55%-
XYZ6.837.53.88-
YUV76.07112.16132.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=39.71%
G=37.32%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83784800.060.420.6751.4326.7225.69
Hex534E30062A43331b1a
Octal123116600652103633332
Binary10100111001110110000011010101010000111100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,78,48); }

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

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

 a { background-color: rgb(83,78,48); }

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

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

 span { border-color: rgb(83,78,48); }

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