Html Css Color HEX #058241 Salem

📋 copy color: '#058241'

red 5 ◦ green 130 ◦ blue 65

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

Shades of Salem #058241

Tints of Salem #058241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.5%

R = 2.5%
G = 65%
B = 32.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#058241 (or 0x058241) is known color: Salem. HEX triplet: 05, 82 and 41. RGB value is (5,130,65). Sum of RGB (Red+Green+Blue) = 5+130+65=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #058241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058241 is #FA7DBE. Grayscale: #555555. Windows color (decimal): -16416191 or 4293125. OLE color: 4293125.

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

Color convert

RGB 5 130 65 -
CMYK 0.96 0 0.50 0.49
HSL 148.8º 0.93% 0.26% -
HSV(B) 148.8º 0.96% 0.51% -
XYZ 9 16.38 7.69 -
YUV 85.22 116.59 70.79 -
System Red Green Blue C M Y K H S L
Decimal 5 130 65 0.96 0 0.50 0.49 148.8 0.93 0.26
Hex 5 82 41 60 0 32 31 95 5D 1A
Octal 5 202 101 140 0 62 61 225 135 32
Binary 101 10000010 1000001 1100000 0 110010 110001 10010101 1011101 11010

Color Harmonies of #058241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058241

Black with #058241

Text Example


Text Example

White with #058241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058241; }

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

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

background-color css

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

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

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

border-color css

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

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

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