#057E48

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

Shades of Salem #057E48

Tints of Salem #057E48

Color information

#057E48 (or 0x057E48) is unknown color: approx Salem. HEX triplet: 05, 7E and 48. RGB value is (5,126,72). Sum of RGB (Red+Green+Blue) = 5+126+72=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 126 (49.61% from 255 or 62.07% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 126 - color contains mainly: green. Hex color #057E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057E48 is #FA81B7. Grayscale: #535353. Windows color (decimal): -16417208 or 4750853. OLE color: 4750853.

HSL color Cylindrical-coordinate representation of color #057E48: hue angle of 153.22º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057E48 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB512672-
CMYK0.9600.430.51
HSL153.22º92.37%25.69%-
HSV(B)153.22º96.03%49.41%-
XYZ8.6915.428.65-
YUV83.66121.4171.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 126 (49.61% from 255) = 62.07%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=2.46%
G=62.07%
B=35.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5126720.9600.430.51153.2292.3725.69
Hex57E486002B33995c1a
Octal51761101400536323113432
Binary101111111010010001100000010101111001110011001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057E48; }

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

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

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

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

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

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

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

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