Html Css Color HEX #058249 Salem

📋 copy color: '#058249'

red 5 ◦ green 130 ◦ blue 73

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

Shades of Salem #058249

Tints of Salem #058249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 62.5%

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

R = 2.4%
G = 62.5%
B = 35.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#058249 (or 0x058249) is known color: Salem. HEX triplet: 05, 82 and 49. RGB value is (5,130,73). Sum of RGB (Red+Green+Blue) = 5+130+73=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #058249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058249 is #FA7DB6. Grayscale: #565656. Windows color (decimal): -16416183 or 4817413. OLE color: 4817413.

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

Color convert

RGB 5 130 73 -
CMYK 0.96 0 0.44 0.49
HSL 152.64º 0.93% 0.26% -
HSV(B) 152.64º 0.96% 0.51% -
XYZ 9.25 16.48 9 -
YUV 86.13 120.59 70.13 -
System Red Green Blue C M Y K H S L
Decimal 5 130 73 0.96 0 0.44 0.49 152.64 0.93 0.26
Hex 5 82 49 60 0 2C 31 99 5D 1A
Octal 5 202 111 140 0 54 61 231 135 32
Binary 101 10000010 1001001 1100000 0 101100 110001 10011001 1011101 11010

Color Harmonies of #058249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058249

Black with #058249

Text Example


Text Example

White with #058249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058249; }

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

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

background-color css

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

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

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

border-color css

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

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

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