#546129

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

Shades of Saratoga #546129

Tints of Saratoga #546129

Color information

#546129 (or 0x546129) is unknown color: approx Saratoga. HEX triplet: 54, 61 and 29. RGB value is (84,97,41). Sum of RGB (Red+Green+Blue) = 84+97+41=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #546129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546129 is #AB9ED6. Grayscale: #565656. Windows color (decimal): -11247319 or 2711892. OLE color: 2711892.

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

Color convert

RGB849741-
CMYK0.1300.580.62
HSL73.93º40.58%27.06%-
HSV(B)73.93º57.73%38.04%-
XYZ8.3310.593.7-
YUV86.73102.19126.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=37.84%
G=43.69%
B=18.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497410.1300.580.6273.9340.5827.06
Hex546129D03A3E4a291b
Octal1241415115072761125133
Binary1010100110000110100111010111010111110100101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546129; }

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

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

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

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

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

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

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

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