#058650

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

Shades of Salem #058650

Tints of Salem #058650

Color information

#058650 (or 0x058650) is unknown color: approx Salem. HEX triplet: 05, 86 and 50. RGB value is (5,134,80). Sum of RGB (Red+Green+Blue) = 5+134+80=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 134 (52.73% from 255 or 61.19% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 134 - color contains mainly: green. Hex color #058650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058650 is #FA79AF. Grayscale: #595959. Windows color (decimal): -16415152 or 5277189. OLE color: 5277189.

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

Color convert

RGB513480-
CMYK0.9600.400.47
HSL154.88º92.81%27.25%-
HSV(B)154.88º96.27%52.55%-
XYZ10.0417.6610.47-
YUV89.27122.7667.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.28%
GREEN value IS 134 (52.73% from 255) = 61.19%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=2.28%
G=61.19%
B=36.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5134800.9600.400.47154.8892.8127.25
Hex58650600282F9b5d1b
Octal52061201400505723313533
Binary1011000011010100001100000010100010111110011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058650; }

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

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

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

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

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

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

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

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