#058548

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

Shades of Salem #058548

Tints of Salem #058548

Color information

#058548 (or 0x058548) is unknown color: approx Salem. HEX triplet: 05, 85 and 48. RGB value is (5,133,72). Sum of RGB (Red+Green+Blue) = 5+133+72=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #058548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058548 is #FA7AB7. Grayscale: #575757. Windows color (decimal): -16415416 or 4752645. OLE color: 4752645.

HSL color Cylindrical-coordinate representation of color #058548: hue angle of 151.41º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058548 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB513372-
CMYK0.9600.460.48
HSL151.41º92.75%27.06%-
HSV(B)151.41º96.24%52.16%-
XYZ9.6217.288.96-
YUV87.77119.0968.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 133 (52.34% from 255) = 63.33%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=2.38%
G=63.33%
B=34.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133720.9600.460.48151.4192.7527.06
Hex585486002E30975d1b
Octal52051101400566022713533
Binary1011000010110010001100000010111011000010010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058548; }

 p { color: rgb(5,133,72); }

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

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

 a { background-color: rgb(5,133,72); }

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

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

 span { border-color: rgb(5,133,72); }

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