#545D30

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

Shades of Saratoga #545D30

Tints of Saratoga #545D30

Color information

#545D30 (or 0x545D30) is unknown color: approx Saratoga. HEX triplet: 54, 5D and 30. RGB value is (84,93,48). Sum of RGB (Red+Green+Blue) = 84+93+48=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #545D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D30 is #ABA2CF. Grayscale: #555555. Windows color (decimal): -11248336 or 3169620. OLE color: 3169620.

HSL color Cylindrical-coordinate representation of color #545D30: hue angle of 72º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #545D30 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB849348-
CMYK0.1000.480.64
HSL72º31.91%27.65%-
HSV(B)72º48.39%36.47%-
XYZ8.19.934.29-
YUV85.18107.02127.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=37.33%
G=41.33%
B=21.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8493480.1000.480.647231.9127.65
Hex545D30A0304048201c
Octal12413560120601001104034
Binary10101001011101110000101001100001000000100100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,48); }

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

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

 a { background-color: rgb(84,93,48); }

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

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

 span { border-color: rgb(84,93,48); }

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