#058148

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

Shades of Salem #058148

Tints of Salem #058148

Color information

#058148 (or 0x058148) is unknown color: approx Salem. HEX triplet: 05, 81 and 48. RGB value is (5,129,72). Sum of RGB (Red+Green+Blue) = 5+129+72=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #058148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058148 is #FA7EB7. Grayscale: #555555. Windows color (decimal): -16416440 or 4751621. OLE color: 4751621.

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

Color convert

RGB512972-
CMYK0.9600.440.49
HSL152.42º92.54%26.27%-
HSV(B)152.42º96.12%50.59%-
XYZ9.0816.28.78-
YUV85.43120.4270.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 129 (50.78% from 255) = 62.62%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=2.43%
G=62.62%
B=34.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129720.9600.440.49152.4292.5426.27
Hex581486002C31985d1a
Octal52011101400546123013532
Binary1011000000110010001100000010110011000110011000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058148; }

 p { color: rgb(5,129,72); }

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

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

 a { background-color: rgb(5,129,72); }

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

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

 span { border-color: rgb(5,129,72); }

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