Html Css Color HEX #514D34 Thatch Green

📋 copy color: '#514D34'

red 81 ◦ green 77 ◦ blue 52

#514D34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch Green #514D34

Tints of Thatch Green #514D34

RGB

 RED value IS 81 (32.03% from 255) = 38.57%

 GREEN value IS 77 (30.47% from 255) = 36.67%

 BLUE value IS 52 (20.7% from 255) = 24.76%

R = 38.57%
G = 36.67%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#514D34 (or 0x514D34) is known color: Thatch Green. HEX triplet: 51, 4D and 34. RGB value is (81,77,52). Sum of RGB (Red+Green+Blue) = 81+77+52=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #514D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D34 is #AEB2CB. Grayscale: #4B4B4B. Windows color (decimal): -11449036 or 3427665. OLE color: 3427665.

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

Color convert

RGB 81 77 52 -
CMYK 0 0.05 0.36 0.68
HSL 51.72º 0.22% 0.26% -
HSV(B) 51.72º 0.36% 0.32% -
XYZ 6.67 7.31 4.31 -
YUV 75.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 81 77 52 0 0.05 0.36 0.68 51.72 0.22 0.26
Hex 51 4D 34 0 5 24 44 34 16 1A
Octal 121 115 64 0 5 44 104 64 26 32
Binary 1010001 1001101 110100 0 101 100100 1000100 110100 10110 11010

Color Harmonies of #514D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D34

Black with #514D34

Text Example


Text Example

White with #514D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,77,52); }

 H1.HeaderClassName
 {
   color: #514D34;
 }
 .AnyTagClassName
 {
   color: #514D34;
 }
</style>

background-color css

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

 a { background-color: rgb(81,77,52); }

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

border-color css

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

 span { border-color: rgb(81,77,52); }

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