Html Css Color HEX #515A26 Saratoga

📋 copy color: '#515A26'

red 81 ◦ green 90 ◦ blue 38

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

Shades of Saratoga #515A26

Tints of Saratoga #515A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 38.76%
G = 43.06%
B = 18.18%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#515A26 (or 0x515A26) is known color: Saratoga. HEX triplet: 51, 5A and 26. RGB value is (81,90,38). Sum of RGB (Red+Green+Blue) = 81+90+38=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #515A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A26 is #AEA5D9. Grayscale: #515151. Windows color (decimal): -11445722 or 2513489. OLE color: 2513489.

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

Color convert

RGB 81 90 38 -
CMYK 0.1 0 0.58 0.65
HSL 70.38º 0.41% 0.25% -
HSV(B) 70.38º 0.58% 0.35% -
XYZ 7.4 9.2 3.22 -
YUV 81.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 81 90 38 0.1 0 0.58 0.65 70.38 0.41 0.25
Hex 51 5A 26 A 0 3A 41 46 29 19
Octal 121 132 46 12 0 72 101 106 51 31
Binary 1010001 1011010 100110 1010 0 111010 1000001 1000110 101001 11001

Color Harmonies of #515A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A26

Black with #515A26

Text Example


Text Example

White with #515A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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