#058149

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

Shades of Salem #058149

Tints of Salem #058149

Color information

#058149 (or 0x058149) is unknown color: approx Salem. HEX triplet: 05, 81 and 49. RGB value is (5,129,73). Sum of RGB (Red+Green+Blue) = 5+129+73=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #058149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058149 is #FA7EB6. Grayscale: #555555. Windows color (decimal): -16416439 or 4817157. OLE color: 4817157.

HSL color Cylindrical-coordinate representation of color #058149: hue angle of 152.9º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058149 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB512973-
CMYK0.9600.430.49
HSL152.9º92.54%26.27%-
HSV(B)152.9º96.12%50.59%-
XYZ9.1216.218.95-
YUV85.54120.9270.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 129 (50.78% from 255) = 62.32%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=2.42%
G=62.32%
B=35.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129730.9600.430.49152.992.5426.27
Hex581496002B31995d1a
Octal52011111400536123113532
Binary1011000000110010011100000010101111000110011001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058149; }

 p { color: rgb(5,129,73); }

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

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

 a { background-color: rgb(5,129,73); }

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

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

 span { border-color: rgb(5,129,73); }

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