#058244

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

Shades of Salem #058244

Tints of Salem #058244

Color information

#058244 (or 0x058244) is unknown color: approx Salem. HEX triplet: 05, 82 and 44. RGB value is (5,130,68). Sum of RGB (Red+Green+Blue) = 5+130+68=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #058244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058244 is #FA7DBB. Grayscale: #555555. Windows color (decimal): -16416188 or 4489733. OLE color: 4489733.

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

Color convert

RGB513068-
CMYK0.9600.480.49
HSL150.24º92.59%26.47%-
HSV(B)150.24º96.15%50.98%-
XYZ9.0916.418.16-
YUV85.56118.0970.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 130 (51.17% from 255) = 64.04%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=2.46%
G=64.04%
B=33.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5130680.9600.480.49150.2492.5926.47
Hex582446003031965d1a
Octal52021041400606122613532
Binary1011000001010001001100000011000011000110010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058244; }

 p { color: rgb(5,130,68); }

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

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

 a { background-color: rgb(5,130,68); }

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

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

 span { border-color: rgb(5,130,68); }

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