Html Css Color HEX #515B28 Saratoga

📋 copy color: '#515B28'

red 81 ◦ green 91 ◦ blue 40

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

Shades of Saratoga #515B28

Tints of Saratoga #515B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.92%

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 38.21%
G = 42.92%
B = 18.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#515B28 (or 0x515B28) is known color: Saratoga. HEX triplet: 51, 5B and 28. RGB value is (81,91,40). Sum of RGB (Red+Green+Blue) = 81+91+40=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #515B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B28 is #AEA4D7. Grayscale: #525252. Windows color (decimal): -11445464 or 2644817. OLE color: 2644817.

HSL color Cylindrical-coordinate representation of color #515B28: hue angle of 71.76º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515B28 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 91 40 -
CMYK 0.11 0 0.56 0.64
HSL 71.76º 0.39% 0.26% -
HSV(B) 71.76º 0.56% 0.36% -
XYZ 7.52 9.38 3.42 -
YUV 82.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 81 91 40 0.11 0 0.56 0.64 71.76 0.39 0.26
Hex 51 5B 28 B 0 38 40 48 27 1A
Octal 121 133 50 13 0 70 100 110 47 32
Binary 1010001 1011011 101000 1011 0 111000 1000000 1001000 100111 11010

Color Harmonies of #515B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B28

Black with #515B28

Text Example


Text Example

White with #515B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,40); }

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

background-color css

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

 a { background-color: rgb(81,91,40); }

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

border-color css

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

 span { border-color: rgb(81,91,40); }

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