Html Css Color HEX #057E42 Salem

📋 copy color: '#057E42'

red 5 ◦ green 126 ◦ blue 66

#057E42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #057E42

Tints of Salem #057E42

RGB

 RED value IS 5 (2.34% from 255) = 2.54%

 GREEN value IS 126 (49.61% from 255) = 63.96%

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 2.54%
G = 63.96%
B = 33.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#057E42 (or 0x057E42) is known color: Salem. HEX triplet: 05, 7E and 42. RGB value is (5,126,66). Sum of RGB (Red+Green+Blue) = 5+126+66=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 126 (49.61% from 255 or 63.96% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 126 - color contains mainly: green. Hex color #057E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057E42 is #FA81BD. Grayscale: #535353. Windows color (decimal): -16417214 or 4357637. OLE color: 4357637.

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

Color convert

RGB 5 126 66 -
CMYK 0.96 0 0.48 0.51
HSL 150.25º 0.92% 0.26% -
HSV(B) 150.25º 0.96% 0.49% -
XYZ 8.51 15.35 7.67 -
YUV 82.98 118.41 72.38 -
System Red Green Blue C M Y K H S L
Decimal 5 126 66 0.96 0 0.48 0.51 150.25 0.92 0.26
Hex 5 7E 42 60 0 30 33 96 5C 1A
Octal 5 176 102 140 0 60 63 226 134 32
Binary 101 1111110 1000010 1100000 0 110000 110011 10010110 1011100 11010

Color Harmonies of #057E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057E42

Black with #057E42

Text Example


Text Example

White with #057E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #057E42;
 }
 .AnyTagClassName
 {
   color: #057E42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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