#058450

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

Shades of Salem #058450

Tints of Salem #058450

Color information

#058450 (or 0x058450) is unknown color: approx Salem. HEX triplet: 05, 84 and 50. RGB value is (5,132,80). Sum of RGB (Red+Green+Blue) = 5+132+80=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #058450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058450 is #FA7BAF. Grayscale: #585858. Windows color (decimal): -16415664 or 5276677. OLE color: 5276677.

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

Color convert

RGB513280-
CMYK0.9600.390.48
HSL155.43º92.7%26.86%-
HSV(B)155.43º96.21%51.76%-
XYZ9.7617.1110.38-
YUV88.1123.4268.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 132 (51.95% from 255) = 60.83%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=2.30%
G=60.83%
B=36.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132800.9600.390.48155.4392.726.86
Hex5845060027309b5d1b
Octal52041201400476023313533
Binary1011000010010100001100000010011111000010011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058450; }

 p { color: rgb(5,132,80); }

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

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

 a { background-color: rgb(5,132,80); }

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

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

 span { border-color: rgb(5,132,80); }

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