#545A25

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

Shades of Saratoga #545A25

Tints of Saratoga #545A25

Color information

#545A25 (or 0x545A25) is unknown color: approx Saratoga. HEX triplet: 54, 5A and 25. RGB value is (84,90,37). Sum of RGB (Red+Green+Blue) = 84+90+37=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #545A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A25 is #ABA5DA. Grayscale: #525252. Windows color (decimal): -11249115 or 2447956. OLE color: 2447956.

HSL color Cylindrical-coordinate representation of color #545A25: hue angle of 66.79º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #545A25 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB849037-
CMYK0.0700.590.65
HSL66.79º41.73%24.9%-
HSV(B)66.79º58.89%35.29%-
XYZ7.659.333.15-
YUV82.16102.51129.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 90 (35.55% from 255) = 42.65%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=39.81%
G=42.65%
B=17.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8490370.0700.590.6566.7941.7324.9
Hex545A25703B41432a19
Octal1241324570731011035231
Binary1010100101101010010111101110111000001100001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545A25; }

 p { color: rgb(84,90,37); }

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

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

 a { background-color: rgb(84,90,37); }

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

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

 span { border-color: rgb(84,90,37); }

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