#506023

Color #506023 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #506023

Tints of Saratoga #506023

Color information

#506023 (or 0x506023) is unknown color: approx Saratoga. HEX triplet: 50, 60 and 23. RGB value is (80,96,35). Sum of RGB (Red+Green+Blue) = 80+96+35=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #506023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506023 is #AF9FDC. Grayscale: #545454. Windows color (decimal): -11509725 or 2318416. OLE color: 2318416.

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

Color convert

RGB809635-
CMYK0.1700.640.62
HSL75.74º46.56%25.69%-
HSV(B)75.74º63.54%37.65%-
XYZ7.7910.193.15-
YUV84.26100.2124.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 35 (14.06% from 255) = 16.59%
R=37.91%
G=45.50%
B=16.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096350.1700.640.6275.7446.5625.69
Hex506023110403E4c2f1a
Octal12014043210100761145732
Binary101000011000001000111000101000000111110100110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506023; }

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

 H1.HeaderClassName
 {
   color: #506023;
 }
 .AnyTagClassName
 {
   color: #506023;
 }
</style>
background-color css

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

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

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

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

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

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