Html Css Color HEX #058940 Salem

📋 copy color: '#058940'

red 5 ◦ green 137 ◦ blue 64

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

Shades of Salem #058940

Tints of Salem #058940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 66.5%

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 2.43%
G = 66.5%
B = 31.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#058940 (or 0x058940) is known color: Salem. HEX triplet: 05, 89 and 40. RGB value is (5,137,64). Sum of RGB (Red+Green+Blue) = 5+137+64=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #058940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058940 is #FA76BF. Grayscale: #595959. Windows color (decimal): -16414400 or 4229381. OLE color: 4229381.

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

Color convert

RGB 5 137 64 -
CMYK 0.96 0 0.53 0.46
HSL 146.82º 0.93% 0.28% -
HSV(B) 146.82º 0.96% 0.54% -
XYZ 9.93 18.29 7.86 -
YUV 89.21 113.77 67.94 -
System Red Green Blue C M Y K H S L
Decimal 5 137 64 0.96 0 0.53 0.46 146.82 0.93 0.28
Hex 5 89 40 60 0 35 2E 93 5D 1C
Octal 5 211 100 140 0 65 56 223 135 34
Binary 101 10001001 1000000 1100000 0 110101 101110 10010011 1011101 11100

Color Harmonies of #058940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058940

Black with #058940

Text Example


Text Example

White with #058940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058940; }

 p { color: rgb(5,137,64); }

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

background-color css

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

 a { background-color: rgb(5,137,64); }

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

border-color css

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

 span { border-color: rgb(5,137,64); }

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