Html Css Color HEX #058849 Salem

📋 copy color: '#058849'

red 5 ◦ green 136 ◦ blue 73

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

Shades of Salem #058849

Tints of Salem #058849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 63.55%

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

R = 2.34%
G = 63.55%
B = 34.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#058849 (or 0x058849) is known color: Salem. HEX triplet: 05, 88 and 49. RGB value is (5,136,73). Sum of RGB (Red+Green+Blue) = 5+136+73=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #058849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058849 is #FA77B6. Grayscale: #595959. Windows color (decimal): -16414647 or 4818949. OLE color: 4818949.

HSL color Cylindrical-coordinate representation of color #058849: hue angle of 151.15º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058849 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 73 -
CMYK 0.96 0 0.46 0.47
HSL 151.15º 0.93% 0.28% -
HSV(B) 151.15º 0.96% 0.53% -
XYZ 10.07 18.12 9.27 -
YUV 89.65 118.6 67.62 -
System Red Green Blue C M Y K H S L
Decimal 5 136 73 0.96 0 0.46 0.47 151.15 0.93 0.28
Hex 5 88 49 60 0 2E 2F 97 5D 1C
Octal 5 210 111 140 0 56 57 227 135 34
Binary 101 10001000 1001001 1100000 0 101110 101111 10010111 1011101 11100

Color Harmonies of #058849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058849

Black with #058849

Text Example


Text Example

White with #058849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058849; }

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

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

background-color css

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

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

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

border-color css

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

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

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