#058542

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

Shades of Salem #058542

Tints of Salem #058542

Color information

#058542 (or 0x058542) is unknown color: approx Salem. HEX triplet: 05, 85 and 42. RGB value is (5,133,66). Sum of RGB (Red+Green+Blue) = 5+133+66=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #058542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058542 is #FA7ABD. Grayscale: #575757. Windows color (decimal): -16415422 or 4359429. OLE color: 4359429.

HSL color Cylindrical-coordinate representation of color #058542: hue angle of 148.59º 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 #058542 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB513366-
CMYK0.9600.500.48
HSL148.59º92.75%27.06%-
HSV(B)148.59º96.24%52.16%-
XYZ9.4317.27.98-
YUV87.09116.0969.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 133 (52.34% from 255) = 65.20%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=2.45%
G=65.20%
B=32.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133660.9600.500.48148.5992.7527.06
Hex585426003230955d1b
Octal52051021400626022513533
Binary1011000010110000101100000011001011000010010101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058542; }

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

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

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

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

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

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

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

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