Html Css Color HEX #515D24 Saratoga

📋 copy color: '#515D24'

red 81 ◦ green 93 ◦ blue 36

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

Shades of Saratoga #515D24

Tints of Saratoga #515D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.29%

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

R = 38.57%
G = 44.29%
B = 17.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.64

RGB Variations

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

Color information

#515D24 (or 0x515D24) is known color: Saratoga. HEX triplet: 51, 5D and 24. RGB value is (81,93,36). Sum of RGB (Red+Green+Blue) = 81+93+36=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #515D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D24 is #AEA2DB. Grayscale: #535353. Windows color (decimal): -11444956 or 2383185. OLE color: 2383185.

HSL color Cylindrical-coordinate representation of color #515D24: hue angle of 72.63º 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 #515D24 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 93 36 -
CMYK 0.13 0 0.61 0.64
HSL 72.63º 0.44% 0.25% -
HSV(B) 72.63º 0.61% 0.36% -
XYZ 7.63 9.71 3.14 -
YUV 82.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 81 93 36 0.13 0 0.61 0.64 72.63 0.44 0.25
Hex 51 5D 24 D 0 3D 40 49 2C 19
Octal 121 135 44 15 0 75 100 111 54 31
Binary 1010001 1011101 100100 1101 0 111101 1000000 1001001 101100 11001

Color Harmonies of #515D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D24

Black with #515D24

Text Example


Text Example

White with #515D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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