Html Css Color HEX #515934 Saratoga

📋 copy color: '#515934'

red 81 ◦ green 89 ◦ blue 52

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

Shades of Saratoga #515934

Tints of Saratoga #515934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.09%

 BLUE value IS 52 (20.7% from 255) = 23.42%

R = 36.49%
G = 40.09%
B = 23.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#515934 (or 0x515934) is known color: Saratoga. HEX triplet: 51, 59 and 34. RGB value is (81,89,52). Sum of RGB (Red+Green+Blue) = 81+89+52=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #515934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515934 is #AEA6CB. Grayscale: #525252. Windows color (decimal): -11445964 or 3430737. OLE color: 3430737.

HSL color Cylindrical-coordinate representation of color #515934: hue angle of 72.97º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #515934 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 52 -
CMYK 0.09 0 0.42 0.65
HSL 72.97º 0.26% 0.28% -
HSV(B) 72.97º 0.42% 0.35% -
XYZ 7.59 9.14 4.61 -
YUV 82.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 81 89 52 0.09 0 0.42 0.65 72.97 0.26 0.28
Hex 51 59 34 9 0 2A 41 49 1A 1C
Octal 121 131 64 11 0 52 101 111 32 34
Binary 1010001 1011001 110100 1001 0 101010 1000001 1001001 11010 11100

Color Harmonies of #515934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515934

Black with #515934

Text Example


Text Example

White with #515934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515934; }

 p { color: rgb(81,89,52); }

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

background-color css

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

 a { background-color: rgb(81,89,52); }

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

border-color css

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

 span { border-color: rgb(81,89,52); }

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