#058B45

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

Shades of Salem #058B45

Tints of Salem #058B45

Color information

#058B45 (or 0x058B45) is unknown color: approx Salem. HEX triplet: 05, 8B and 45. RGB value is (5,139,69). Sum of RGB (Red+Green+Blue) = 5+139+69=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 139 (54.69% from 255 or 65.26% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 139 - color contains mainly: green. Hex color #058B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058B45 is #FA74BA. Grayscale: #5B5B5B. Windows color (decimal): -16413883 or 4557573. OLE color: 4557573.

HSL color Cylindrical-coordinate representation of color #058B45: hue angle of 148.66º 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 #058B45 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB513969-
CMYK0.9600.500.45
HSL148.66º93.06%28.24%-
HSV(B)148.66º96.4%54.51%-
XYZ10.3718.938.74-
YUV90.95115.6166.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 139 (54.69% from 255) = 65.26%
BLUE value IS 69 (27.34% from 255) = 32.39%
R=2.35%
G=65.26%
B=32.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5139690.9600.500.45148.6693.0628.24
Hex58B45600322D955d1c
Octal52131051400625522513534
Binary1011000101110001011100000011001010110110010101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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