#506123

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

Shades of Saratoga #506123

Tints of Saratoga #506123

Color information

#506123 (or 0x506123) is unknown color: approx Saratoga. HEX triplet: 50, 61 and 23. RGB value is (80,97,35). Sum of RGB (Red+Green+Blue) = 80+97+35=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #506123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506123 is #AF9EDC. Grayscale: #555555. Windows color (decimal): -11509469 or 2318672. OLE color: 2318672.

HSL color Cylindrical-coordinate representation of color #506123: hue angle of 76.45º 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 #506123 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB809735-
CMYK0.1800.640.62
HSL76.45º46.97%25.88%-
HSV(B)76.45º63.92%38.04%-
XYZ7.8910.383.18-
YUV84.8599.87124.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 35 (14.06% from 255) = 16.51%
R=37.74%
G=45.75%
B=16.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097350.1800.640.6276.4546.9725.88
Hex506123120403E4c2f1a
Octal12014143220100761145732
Binary101000011000011000111001001000000111110100110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506123; }

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

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

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

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

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

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

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

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