#524B2D

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

Shades of Thatch Green #524B2D

Tints of Thatch Green #524B2D

Color information

#524B2D (or 0x524B2D) is unknown color: approx Thatch Green. HEX triplet: 52, 4B and 2D. RGB value is (82,75,45). Sum of RGB (Red+Green+Blue) = 82+75+45=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #524B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B2D is #ADB4D2. Grayscale: #494949. Windows color (decimal): -11384019 or 2968402. OLE color: 2968402.

HSL color Cylindrical-coordinate representation of color #524B2D: hue angle of 48.65º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #524B2D is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB827545-
CMYK00.090.450.68
HSL48.65º29.13%24.9%-
HSV(B)48.65º45.12%32.16%-
XYZ6.477.023.5-
YUV73.67111.82133.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=40.59%
G=37.13%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82754500.090.450.6848.6529.1324.9
Hex524B2D092D44311d19
Octal1221135501155104613531
Binary101001010010111011010100110110110001001100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B2D; }

 p { color: rgb(82,75,45); }

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

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

 a { background-color: rgb(82,75,45); }

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

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

 span { border-color: rgb(82,75,45); }

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