Html Css Color HEX #516024 Saratoga

📋 copy color: '#516024'

red 81 ◦ green 96 ◦ blue 36

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

Shades of Saratoga #516024

Tints of Saratoga #516024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

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

R = 38.03%
G = 45.07%
B = 16.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#516024 (or 0x516024) is known color: Saratoga. HEX triplet: 51, 60 and 24. RGB value is (81,96,36). Sum of RGB (Red+Green+Blue) = 81+96+36=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #516024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516024 is #AE9FDB. Grayscale: #545454. Windows color (decimal): -11444188 or 2383953. OLE color: 2383953.

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

Color convert

RGB 81 96 36 -
CMYK 0.16 0 0.62 0.62
HSL 75º 0.45% 0.26% -
HSV(B) 75º 0.63% 0.38% -
XYZ 7.89 10.24 3.23 -
YUV 84.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 81 96 36 0.16 0 0.62 0.62 75 0.45 0.26
Hex 51 60 24 10 0 3E 3E 4B 2D 1A
Octal 121 140 44 20 0 76 76 113 55 32
Binary 1010001 1100000 100100 10000 0 111110 111110 1001011 101101 11010

Color Harmonies of #516024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516024

Black with #516024

Text Example


Text Example

White with #516024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516024; }

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

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

background-color css

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

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

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

border-color css

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

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

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