Html Css Color HEX #515C24 Saratoga

📋 copy color: '#515C24'

red 81 ◦ green 92 ◦ blue 36

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

Shades of Saratoga #515C24

Tints of Saratoga #515C24

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.02%

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

R = 38.76%
G = 44.02%
B = 17.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.64

RGB Variations

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

Color information

#515C24 (or 0x515C24) is known color: Saratoga. HEX triplet: 51, 5C and 24. RGB value is (81,92,36). Sum of RGB (Red+Green+Blue) = 81+92+36=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #515C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C24 is #AEA3DB. Grayscale: #525252. Windows color (decimal): -11445212 or 2382929. OLE color: 2382929.

HSL color Cylindrical-coordinate representation of color #515C24: hue angle of 71.79º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #515C24 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 92 36 -
CMYK 0.12 0 0.61 0.64
HSL 71.79º 0.44% 0.25% -
HSV(B) 71.79º 0.61% 0.36% -
XYZ 7.54 9.53 3.11 -
YUV 82.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 81 92 36 0.12 0 0.61 0.64 71.79 0.44 0.25
Hex 51 5C 24 C 0 3D 40 48 2C 19
Octal 121 134 44 14 0 75 100 110 54 31
Binary 1010001 1011100 100100 1100 0 111101 1000000 1001000 101100 11001

Color Harmonies of #515C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C24

Black with #515C24

Text Example


Text Example

White with #515C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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