Html Css Color HEX #516124 Saratoga

📋 copy color: '#516124'

red 81 ◦ green 97 ◦ blue 36

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

Shades of Saratoga #516124

Tints of Saratoga #516124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

 BLUE value IS 36 (14.45% from 255) = 16.82%

R = 37.85%
G = 45.33%
B = 16.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#516124 (or 0x516124) is known color: Saratoga. HEX triplet: 51, 61 and 24. RGB value is (81,97,36). Sum of RGB (Red+Green+Blue) = 81+97+36=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #516124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516124 is #AE9EDB. Grayscale: #555555. Windows color (decimal): -11443932 or 2384209. OLE color: 2384209.

HSL color Cylindrical-coordinate representation of color #516124: hue angle of 75.74º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516124 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 36 -
CMYK 0.16 0 0.63 0.62
HSL 75.74º 0.46% 0.26% -
HSV(B) 75.74º 0.63% 0.38% -
XYZ 7.99 10.43 3.26 -
YUV 85.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 81 97 36 0.16 0 0.63 0.62 75.74 0.46 0.26
Hex 51 61 24 10 0 3F 3E 4C 2E 1A
Octal 121 141 44 20 0 77 76 114 56 32
Binary 1010001 1100001 100100 10000 0 111111 111110 1001100 101110 11010

Color Harmonies of #516124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516124

Black with #516124

Text Example


Text Example

White with #516124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516124; }

 p { color: rgb(81,97,36); }

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

background-color css

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

 a { background-color: rgb(81,97,36); }

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

border-color css

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

 span { border-color: rgb(81,97,36); }

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