#514B30

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

Shades of Thatch Green #514B30

Tints of Thatch Green #514B30

Color information

#514B30 (or 0x514B30) is unknown color: approx Thatch Green. HEX triplet: 51, 4B and 30. RGB value is (81,75,48). Sum of RGB (Red+Green+Blue) = 81+75+48=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B30 is #AEB4CF. Grayscale: #494949. Windows color (decimal): -11449552 or 3165009. OLE color: 3165009.

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

Color convert

RGB817548-
CMYK00.070.410.68
HSL49.09º25.58%25.29%-
HSV(B)49.09º40.74%31.76%-
XYZ6.446.993.81-
YUV73.72113.49133.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=39.71%
G=36.76%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81754800.070.410.6849.0925.5825.29
Hex514B30072944311a19
Octal121113600751104613231
Binary10100011001011110000011110100110001001100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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