#058540

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

Shades of Salem #058540

Tints of Salem #058540

Color information

#058540 (or 0x058540) is unknown color: approx Salem. HEX triplet: 05, 85 and 40. RGB value is (5,133,64). Sum of RGB (Red+Green+Blue) = 5+133+64=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #058540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058540 is #FA7ABF. Grayscale: #575757. Windows color (decimal): -16415424 or 4228357. OLE color: 4228357.

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

Color convert

RGB513364-
CMYK0.9600.520.48
HSL147.66º92.75%27.06%-
HSV(B)147.66º96.24%52.16%-
XYZ9.3817.187.67-
YUV86.86115.0969.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 133 (52.34% from 255) = 65.84%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=2.48%
G=65.84%
B=31.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133640.9600.520.48147.6692.7527.06
Hex585406003430945d1b
Octal52051001400646022413533
Binary1011000010110000001100000011010011000010010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058540; }

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

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

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

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

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

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

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

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