Html Css Color HEX #506027 Saratoga

📋 copy color: '#506027'

red 80 ◦ green 96 ◦ blue 39

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

Shades of Saratoga #506027

Tints of Saratoga #506027

RGB

 RED value IS 80 (31.64% from 255) = 37.21%

 GREEN value IS 96 (37.89% from 255) = 44.65%

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

R = 37.21%
G = 44.65%
B = 18.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#506027 (or 0x506027) is known color: Saratoga. HEX triplet: 50, 60 and 27. RGB value is (80,96,39). Sum of RGB (Red+Green+Blue) = 80+96+39=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #506027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506027 is #AF9FD8. Grayscale: #545454. Windows color (decimal): -11509721 or 2580560. OLE color: 2580560.

HSL color Cylindrical-coordinate representation of color #506027: hue angle of 76.84º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #506027 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 39 -
CMYK 0.17 0 0.59 0.62
HSL 76.84º 0.42% 0.26% -
HSV(B) 76.84º 0.59% 0.38% -
XYZ 7.86 10.22 3.48 -
YUV 84.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 80 96 39 0.17 0 0.59 0.62 76.84 0.42 0.26
Hex 50 60 27 11 0 3B 3E 4D 2A 1A
Octal 120 140 47 21 0 73 76 115 52 32
Binary 1010000 1100000 100111 10001 0 111011 111110 1001101 101010 11010

Color Harmonies of #506027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506027

Black with #506027

Text Example


Text Example

White with #506027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506027; }

 p { color: rgb(80,96,39); }

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

background-color css

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

 a { background-color: rgb(80,96,39); }

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

border-color css

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

 span { border-color: rgb(80,96,39); }

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