#546027

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

Shades of Saratoga #546027

Tints of Saratoga #546027

Color information

#546027 (or 0x546027) is unknown color: approx Saratoga. HEX triplet: 54, 60 and 27. RGB value is (84,96,39). Sum of RGB (Red+Green+Blue) = 84+96+39=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #546027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546027 is #AB9FD8. Grayscale: #565656. Windows color (decimal): -11247577 or 2580564. OLE color: 2580564.

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

Color convert

RGB849639-
CMYK0.1200.590.62
HSL72.63º42.22%26.47%-
HSV(B)72.63º59.38%37.65%-
XYZ8.2110.43.49-
YUV85.91101.52126.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=38.36%
G=43.84%
B=17.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496390.1200.590.6272.6342.2226.47
Hex546027C03B3E492a1a
Octal1241404714073761115232
Binary1010100110000010011111000111011111110100100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546027; }

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

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

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

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

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

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

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

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