#514B2B

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

Shades of Thatch Green #514B2B

Tints of Thatch Green #514B2B

Color information

#514B2B (or 0x514B2B) is unknown color: approx Thatch Green. HEX triplet: 51, 4B and 2B. RGB value is (81,75,43). Sum of RGB (Red+Green+Blue) = 81+75+43=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #514B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B2B is #AEB4D4. Grayscale: #494949. Windows color (decimal): -11449557 or 2837329. OLE color: 2837329.

HSL color Cylindrical-coordinate representation of color #514B2B: hue angle of 50.53º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514B2B is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB817543-
CMYK00.070.470.68
HSL50.53º30.65%24.31%-
HSV(B)50.53º46.91%31.76%-
XYZ6.356.963.29-
YUV73.15110.99133.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=40.70%
G=37.69%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81754300.070.470.6850.5330.6524.31
Hex514B2B072F44331f18
Octal121113530757104633730
Binary10100011001011101011011110111110001001100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514B2B; }

 p { color: rgb(81,75,43); }

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

<style>
 a { background-color: #514B2B; }

 a { background-color: rgb(81,75,43); }

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

<style>
 span { border-color: #514B2B; }

 span { border-color: rgb(81,75,43); }

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