#546023

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

Shades of Saratoga #546023

Tints of Saratoga #546023

Color information

#546023 (or 0x546023) is unknown color: approx Saratoga. HEX triplet: 54, 60 and 23. RGB value is (84,96,35). Sum of RGB (Red+Green+Blue) = 84+96+35=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #546023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546023 is #AB9FDC. Grayscale: #555555. Windows color (decimal): -11247581 or 2318420. OLE color: 2318420.

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

Color convert

RGB849635-
CMYK0.1200.640.62
HSL71.8º46.56%25.69%-
HSV(B)71.8º63.54%37.65%-
XYZ8.1410.373.16-
YUV85.4699.52126.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=39.07%
G=44.65%
B=16.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496350.1200.640.6271.846.5625.69
Hex546023C0403E482f1a
Octal12414043140100761105732
Binary10101001100000100011110001000000111110100100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546023; }

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

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

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

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

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

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

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

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