Html Css Color HEX #058240 Salem

📋 copy color: '#058240'

red 5 ◦ green 130 ◦ blue 64

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

Shades of Salem #058240

Tints of Salem #058240

RGB

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

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

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

R = 2.51%
G = 65.33%
B = 32.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#058240 (or 0x058240) is known color: Salem. HEX triplet: 05, 82 and 40. RGB value is (5,130,64). Sum of RGB (Red+Green+Blue) = 5+130+64=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #058240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058240 is #FA7DBF. Grayscale: #555555. Windows color (decimal): -16416192 or 4227589. OLE color: 4227589.

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

Color convert

RGB 5 130 64 -
CMYK 0.96 0 0.51 0.49
HSL 148.32º 0.93% 0.26% -
HSV(B) 148.32º 0.96% 0.51% -
XYZ 8.97 16.37 7.54 -
YUV 85.1 116.09 70.87 -
System Red Green Blue C M Y K H S L
Decimal 5 130 64 0.96 0 0.51 0.49 148.32 0.93 0.26
Hex 5 82 40 60 0 33 31 94 5D 1A
Octal 5 202 100 140 0 63 61 224 135 32
Binary 101 10000010 1000000 1100000 0 110011 110001 10010100 1011101 11010

Color Harmonies of #058240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058240

Black with #058240

Text Example


Text Example

White with #058240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058240; }

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

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

background-color css

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

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

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

border-color css

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

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

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