Html Css Color HEX #058049 Salem

📋 copy color: '#058049'

red 5 ◦ green 128 ◦ blue 73

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

Shades of Salem #058049

Tints of Salem #058049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 62.14%

 BLUE value IS 73 (28.91% from 255) = 35.44%

R = 2.43%
G = 62.14%
B = 35.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#058049 (or 0x058049) is known color: Salem. HEX triplet: 05, 80 and 49. RGB value is (5,128,73). Sum of RGB (Red+Green+Blue) = 5+128+73=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #058049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058049 is #FA7FB6. Grayscale: #555555. Windows color (decimal): -16416695 or 4816901. OLE color: 4816901.

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

Color convert

RGB 5 128 73 -
CMYK 0.96 0 0.43 0.50
HSL 153.17º 0.92% 0.26% -
HSV(B) 153.17º 0.96% 0.5% -
XYZ 8.98 15.95 8.91 -
YUV 84.95 121.25 70.97 -
System Red Green Blue C M Y K H S L
Decimal 5 128 73 0.96 0 0.43 0.50 153.17 0.92 0.26
Hex 5 80 49 60 0 2B 32 99 5C 1A
Octal 5 200 111 140 0 53 62 231 134 32
Binary 101 10000000 1001001 1100000 0 101011 110010 10011001 1011100 11010

Color Harmonies of #058049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058049

Black with #058049

Text Example


Text Example

White with #058049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058049; }

 p { color: rgb(5,128,73); }

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

background-color css

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

 a { background-color: rgb(5,128,73); }

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

border-color css

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

 span { border-color: rgb(5,128,73); }

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