#514B2D

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

Shades of Thatch Green #514B2D

Tints of Thatch Green #514B2D

Color information

#514B2D (or 0x514B2D) is unknown color: approx Thatch Green. HEX triplet: 51, 4B and 2D. RGB value is (81,75,45). Sum of RGB (Red+Green+Blue) = 81+75+45=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #514B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B2D is #AEB4D2. Grayscale: #494949. Windows color (decimal): -11449555 or 2968401. OLE color: 2968401.

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

Color convert

RGB817545-
CMYK00.070.440.68
HSL50º28.57%24.71%-
HSV(B)50º44.44%31.76%-
XYZ6.386.973.49-
YUV73.37111.99133.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=40.30%
G=37.31%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81754500.070.440.685028.5724.71
Hex514B2D072C44321d19
Octal121113550754104623531
Binary10100011001011101101011110110010001001100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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