#058146

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

Shades of Salem #058146

Tints of Salem #058146

Color information

#058146 (or 0x058146) is unknown color: approx Salem. HEX triplet: 05, 81 and 46. RGB value is (5,129,70). Sum of RGB (Red+Green+Blue) = 5+129+70=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #058146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058146 is #FA7EB9. Grayscale: #555555. Windows color (decimal): -16416442 or 4620549. OLE color: 4620549.

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

Color convert

RGB512970-
CMYK0.9600.460.49
HSL151.45º92.54%26.27%-
HSV(B)151.45º96.12%50.59%-
XYZ9.0216.178.44-
YUV85.2119.4270.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 129 (50.78% from 255) = 63.24%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=2.45%
G=63.24%
B=34.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129700.9600.460.49151.4592.5426.27
Hex581466002E31975d1a
Octal52011061400566122713532
Binary1011000000110001101100000010111011000110010111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058146; }

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

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

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

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

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

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

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

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