#504B2C

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

Shades of Thatch Green #504B2C

Tints of Thatch Green #504B2C

Color information

#504B2C (or 0x504B2C) is unknown color: approx Thatch Green. HEX triplet: 50, 4B and 2C. RGB value is (80,75,44). Sum of RGB (Red+Green+Blue) = 80+75+44=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B2C is #AFB4D3. Grayscale: #494949. Windows color (decimal): -11515092 or 2902864. OLE color: 2902864.

HSL color Cylindrical-coordinate representation of color #504B2C: hue angle of 51.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #504B2C is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB807544-
CMYK00.060.450.69
HSL51.67º29.03%24.31%-
HSV(B)51.67º45%31.37%-
XYZ6.286.923.39-
YUV72.96111.66133.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=40.20%
G=37.69%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80754400.060.450.6951.6729.0324.31
Hex504B2C062D45341d18
Octal120113540655105643530
Binary10100001001011101100011010110110001011101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504B2C; }

 p { color: rgb(80,75,44); }

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

<style>
 a { background-color: #504B2C; }

 a { background-color: rgb(80,75,44); }

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

<style>
 span { border-color: #504B2C; }

 span { border-color: rgb(80,75,44); }

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