Html Css Color HEX #514C34 Thatch Green

📋 copy color: '#514C34'

red 81 ◦ green 76 ◦ blue 52

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

Shades of Thatch Green #514C34

Tints of Thatch Green #514C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

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

R = 38.76%
G = 36.36%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#514C34 (or 0x514C34) is known color: Thatch Green. HEX triplet: 51, 4C and 34. RGB value is (81,76,52). Sum of RGB (Red+Green+Blue) = 81+76+52=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #514C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C34 is #AEB3CB. Grayscale: #4A4A4A. Windows color (decimal): -11449292 or 3427409. OLE color: 3427409.

HSL color Cylindrical-coordinate representation of color #514C34: hue angle of 49.66º 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 #514C34 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 76 52 -
CMYK 0 0.06 0.36 0.68
HSL 49.66º 0.22% 0.26% -
HSV(B) 49.66º 0.36% 0.32% -
XYZ 6.6 7.17 4.28 -
YUV 74.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 81 76 52 0 0.06 0.36 0.68 49.66 0.22 0.26
Hex 51 4C 34 0 6 24 44 32 16 1A
Octal 121 114 64 0 6 44 104 62 26 32
Binary 1010001 1001100 110100 0 110 100100 1000100 110010 10110 11010

Color Harmonies of #514C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C34

Black with #514C34

Text Example


Text Example

White with #514C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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