#546029

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

Shades of Saratoga #546029

Tints of Saratoga #546029

Color information

#546029 (or 0x546029) is unknown color: approx Saratoga. HEX triplet: 54, 60 and 29. RGB value is (84,96,41). Sum of RGB (Red+Green+Blue) = 84+96+41=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #546029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546029 is #AB9FD6. Grayscale: #565656. Windows color (decimal): -11247575 or 2711636. OLE color: 2711636.

HSL color Cylindrical-coordinate representation of color #546029: hue angle of 73.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #546029 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB849641-
CMYK0.1200.570.62
HSL73.09º40.15%26.86%-
HSV(B)73.09º57.29%37.65%-
XYZ8.2410.413.67-
YUV86.14102.52126.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 41 (16.41% from 255) = 18.55%
R=38.01%
G=43.44%
B=18.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496410.1200.570.6273.0940.1526.86
Hex546029C0393E49281b
Octal1241405114071761115033
Binary1010100110000010100111000111001111110100100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546029; }

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

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

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

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

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

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

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

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