#058B42

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

Shades of Salem #058B42

Tints of Salem #058B42

Color information

#058B42 (or 0x058B42) is unknown color: approx Salem. HEX triplet: 05, 8B and 42. RGB value is (5,139,66). Sum of RGB (Red+Green+Blue) = 5+139+66=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 139 (54.69% from 255 or 66.19% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 139 - color contains mainly: green. Hex color #058B42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058B42 is #FA74BD. Grayscale: #5A5A5A. Windows color (decimal): -16413886 or 4360965. OLE color: 4360965.

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

Color convert

RGB513966-
CMYK0.9600.530.45
HSL147.31º93.06%28.24%-
HSV(B)147.31º96.4%54.51%-
XYZ10.2818.898.26-
YUV90.61114.1166.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 139 (54.69% from 255) = 66.19%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=2.38%
G=66.19%
B=31.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5139660.9600.530.45147.3193.0628.24
Hex58B42600352D935d1c
Octal52131021400655522313534
Binary1011000101110000101100000011010110110110010011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058B42; }

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

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

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

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

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

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

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

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