Html Css Color HEX #515A27 Saratoga

📋 copy color: '#515A27'

red 81 ◦ green 90 ◦ blue 39

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

Shades of Saratoga #515A27

Tints of Saratoga #515A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.57%

R = 38.57%
G = 42.86%
B = 18.57%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#515A27 (or 0x515A27) is known color: Saratoga. HEX triplet: 51, 5A and 27. RGB value is (81,90,39). Sum of RGB (Red+Green+Blue) = 81+90+39=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #515A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A27 is #AEA5D8. Grayscale: #515151. Windows color (decimal): -11445721 or 2579025. OLE color: 2579025.

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

Color convert

RGB 81 90 39 -
CMYK 0.1 0 0.57 0.65
HSL 70.59º 0.4% 0.25% -
HSV(B) 70.59º 0.57% 0.35% -
XYZ 7.42 9.21 3.31 -
YUV 81.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 81 90 39 0.1 0 0.57 0.65 70.59 0.4 0.25
Hex 51 5A 27 A 0 39 41 47 28 19
Octal 121 132 47 12 0 71 101 107 50 31
Binary 1010001 1011010 100111 1010 0 111001 1000001 1000111 101000 11001

Color Harmonies of #515A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A27

Black with #515A27

Text Example


Text Example

White with #515A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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