Html Css Color HEX #058C49 Salem

📋 copy color: '#058C49'

red 5 ◦ green 140 ◦ blue 73

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

Shades of Salem #058C49

Tints of Salem #058C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 64.22%

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

R = 2.29%
G = 64.22%
B = 33.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#058C49 (or 0x058C49) is known color: Salem. HEX triplet: 05, 8C and 49. RGB value is (5,140,73). Sum of RGB (Red+Green+Blue) = 5+140+73=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 140 (55.08% from 255 or 64.22% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 140 - color contains mainly: green. Hex color #058C49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C49 is #FA73B6. Grayscale: #5C5C5C. Windows color (decimal): -16413623 or 4819973. OLE color: 4819973.

HSL color Cylindrical-coordinate representation of color #058C49: hue angle of 150.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C49 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 140 73 -
CMYK 0.96 0 0.48 0.45
HSL 150.22º 0.93% 0.28% -
HSV(B) 150.22º 0.96% 0.55% -
XYZ 10.64 19.27 9.46 -
YUV 92 117.27 65.95 -
System Red Green Blue C M Y K H S L
Decimal 5 140 73 0.96 0 0.48 0.45 150.22 0.93 0.28
Hex 5 8C 49 60 0 30 2D 96 5D 1C
Octal 5 214 111 140 0 60 55 226 135 34
Binary 101 10001100 1001001 1100000 0 110000 101101 10010110 1011101 11100

Color Harmonies of #058C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C49

Black with #058C49

Text Example


Text Example

White with #058C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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