Html Css Color HEX #515D25 Saratoga

📋 copy color: '#515D25'

red 81 ◦ green 93 ◦ blue 37

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

Shades of Saratoga #515D25

Tints of Saratoga #515D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.54%

R = 38.39%
G = 44.08%
B = 17.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#515D25 (or 0x515D25) is known color: Saratoga. HEX triplet: 51, 5D and 25. RGB value is (81,93,37). Sum of RGB (Red+Green+Blue) = 81+93+37=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #515D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D25 is #AEA2DA. Grayscale: #535353. Windows color (decimal): -11444955 or 2448721. OLE color: 2448721.

HSL color Cylindrical-coordinate representation of color #515D25: hue angle of 72.86º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515D25 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 93 37 -
CMYK 0.13 0 0.60 0.64
HSL 72.86º 0.43% 0.25% -
HSV(B) 72.86º 0.6% 0.36% -
XYZ 7.64 9.71 3.22 -
YUV 83.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 81 93 37 0.13 0 0.60 0.64 72.86 0.43 0.25
Hex 51 5D 25 D 0 3C 40 49 2B 19
Octal 121 135 45 15 0 74 100 111 53 31
Binary 1010001 1011101 100101 1101 0 111100 1000000 1001001 101011 11001

Color Harmonies of #515D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D25

Black with #515D25

Text Example


Text Example

White with #515D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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