Html Css Color HEX #514C31 Thatch Green

📋 copy color: '#514C31'

red 81 ◦ green 76 ◦ blue 49

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

Shades of Thatch Green #514C31

Tints of Thatch Green #514C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 39.32%
G = 36.89%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#514C31 (or 0x514C31) is known color: Thatch Green. HEX triplet: 51, 4C and 31. RGB value is (81,76,49). Sum of RGB (Red+Green+Blue) = 81+76+49=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C31 is #AEB3CE. Grayscale: #4A4A4A. Windows color (decimal): -11449295 or 3230801. OLE color: 3230801.

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

Color convert

RGB 81 76 49 -
CMYK 0 0.06 0.40 0.68
HSL 50.63º 0.25% 0.25% -
HSV(B) 50.63º 0.4% 0.32% -
XYZ 6.53 7.14 3.94 -
YUV 74.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 81 76 49 0 0.06 0.40 0.68 50.63 0.25 0.25
Hex 51 4C 31 0 6 28 44 33 19 19
Octal 121 114 61 0 6 50 104 63 31 31
Binary 1010001 1001100 110001 0 110 101000 1000100 110011 11001 11001

Color Harmonies of #514C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C31

Black with #514C31

Text Example


Text Example

White with #514C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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