Html Css Color HEX #515A28 Saratoga

📋 copy color: '#515A28'

red 81 ◦ green 90 ◦ blue 40

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

Shades of Saratoga #515A28

Tints of Saratoga #515A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

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

R = 38.39%
G = 42.65%
B = 18.96%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#515A28 (or 0x515A28) is known color: Saratoga. HEX triplet: 51, 5A and 28. RGB value is (81,90,40). Sum of RGB (Red+Green+Blue) = 81+90+40=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #515A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A28 is #AEA5D7. Grayscale: #515151. Windows color (decimal): -11445720 or 2644561. OLE color: 2644561.

HSL color Cylindrical-coordinate representation of color #515A28: hue angle of 70.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515A28 is Cyan = 0.1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 40 -
CMYK 0.1 0 0.56 0.65
HSL 70.8º 0.38% 0.25% -
HSV(B) 70.8º 0.56% 0.35% -
XYZ 7.43 9.21 3.39 -
YUV 81.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 81 90 40 0.1 0 0.56 0.65 70.8 0.38 0.25
Hex 51 5A 28 A 0 38 41 47 26 19
Octal 121 132 50 12 0 70 101 107 46 31
Binary 1010001 1011010 101000 1010 0 111000 1000001 1000111 100110 11001

Color Harmonies of #515A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A28

Black with #515A28

Text Example


Text Example

White with #515A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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