#546126

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

Shades of Saratoga #546126

Tints of Saratoga #546126

Color information

#546126 (or 0x546126) is unknown color: approx Saratoga. HEX triplet: 54, 61 and 26. RGB value is (84,97,38). Sum of RGB (Red+Green+Blue) = 84+97+38=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #546126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546126 is #AB9ED9. Grayscale: #565656. Windows color (decimal): -11247322 or 2515284. OLE color: 2515284.

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

Color convert

RGB849738-
CMYK0.1300.610.62
HSL73.22º43.7%26.47%-
HSV(B)73.22º60.82%38.04%-
XYZ8.2810.573.44-
YUV86.39100.69126.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=38.36%
G=44.29%
B=17.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497380.1300.610.6273.2243.726.47
Hex546126D03D3E492c1a
Octal1241414615075761115432
Binary1010100110000110011011010111101111110100100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546126; }

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

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

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

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

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

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

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

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