Html Css Color HEX #514D35 Thatch Green

📋 copy color: '#514D35'

red 81 ◦ green 77 ◦ blue 53

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

Shades of Thatch Green #514D35

Tints of Thatch Green #514D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 38.39%
G = 36.49%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#514D35 (or 0x514D35) is known color: Thatch Green. HEX triplet: 51, 4D and 35. RGB value is (81,77,53). Sum of RGB (Red+Green+Blue) = 81+77+53=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #514D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D35 is #AEB2CA. Grayscale: #4B4B4B. Windows color (decimal): -11449035 or 3493201. OLE color: 3493201.

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

Color convert

RGB 81 77 53 -
CMYK 0 0.05 0.35 0.68
HSL 51.43º 0.21% 0.26% -
HSV(B) 51.43º 0.35% 0.32% -
XYZ 6.69 7.31 4.43 -
YUV 75.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 81 77 53 0 0.05 0.35 0.68 51.43 0.21 0.26
Hex 51 4D 35 0 5 23 44 33 15 1A
Octal 121 115 65 0 5 43 104 63 25 32
Binary 1010001 1001101 110101 0 101 100011 1000100 110011 10101 11010

Color Harmonies of #514D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D35

Black with #514D35

Text Example


Text Example

White with #514D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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