Html Css Color HEX #514D33 Thatch Green

📋 copy color: '#514D33'

red 81 ◦ green 77 ◦ blue 51

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

Shades of Thatch Green #514D33

Tints of Thatch Green #514D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.4%

R = 38.76%
G = 36.84%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#514D33 (or 0x514D33) is known color: Thatch Green. HEX triplet: 51, 4D and 33. RGB value is (81,77,51). Sum of RGB (Red+Green+Blue) = 81+77+51=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #514D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D33 is #AEB2CC. Grayscale: #4B4B4B. Windows color (decimal): -11449037 or 3362129. OLE color: 3362129.

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

Color convert

RGB 81 77 51 -
CMYK 0 0.05 0.37 0.68
HSL 52º 0.23% 0.26% -
HSV(B) 52º 0.37% 0.32% -
XYZ 6.64 7.3 4.19 -
YUV 75.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 81 77 51 0 0.05 0.37 0.68 52 0.23 0.26
Hex 51 4D 33 0 5 25 44 34 17 1A
Octal 121 115 63 0 5 45 104 64 27 32
Binary 1010001 1001101 110011 0 101 100101 1000100 110100 10111 11010

Color Harmonies of #514D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D33

Black with #514D33

Text Example


Text Example

White with #514D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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