#058841

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

Shades of Salem #058841

Tints of Salem #058841

Color information

#058841 (or 0x058841) is unknown color: approx Salem. HEX triplet: 05, 88 and 41. RGB value is (5,136,65). Sum of RGB (Red+Green+Blue) = 5+136+65=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 136 (53.52% from 255 or 66.02% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 136 - color contains mainly: green. Hex color #058841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058841 is #FA77BE. Grayscale: #585858. Windows color (decimal): -16414655 or 4294661. OLE color: 4294661.

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

Color convert

RGB513665-
CMYK0.9600.520.47
HSL147.48º92.91%27.65%-
HSV(B)147.48º96.32%53.33%-
XYZ9.8218.027.96-
YUV88.74114.668.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 136 (53.52% from 255) = 66.02%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=2.43%
G=66.02%
B=31.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5136650.9600.520.47147.4892.9127.65
Hex58841600342F935d1c
Octal52101011400645722313534
Binary1011000100010000011100000011010010111110010011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058841; }

 p { color: rgb(5,136,65); }

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

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

 a { background-color: rgb(5,136,65); }

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

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

 span { border-color: rgb(5,136,65); }

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