Html Css Color HEX #058840 Salem

📋 copy color: '#058840'

red 5 ◦ green 136 ◦ blue 64

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

Shades of Salem #058840

Tints of Salem #058840

RGB

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

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

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

R = 2.44%
G = 66.34%
B = 31.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#058840 (or 0x058840) is known color: Salem. HEX triplet: 05, 88 and 40. RGB value is (5,136,64). Sum of RGB (Red+Green+Blue) = 5+136+64=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #058840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058840 is #FA77BF. Grayscale: #585858. Windows color (decimal): -16414656 or 4229125. OLE color: 4229125.

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

Color convert

RGB 5 136 64 -
CMYK 0.96 0 0.53 0.47
HSL 147.02º 0.93% 0.28% -
HSV(B) 147.02º 0.96% 0.53% -
XYZ 9.79 18.01 7.81 -
YUV 88.62 114.1 68.35 -
System Red Green Blue C M Y K H S L
Decimal 5 136 64 0.96 0 0.53 0.47 147.02 0.93 0.28
Hex 5 88 40 60 0 35 2F 93 5D 1C
Octal 5 210 100 140 0 65 57 223 135 34
Binary 101 10001000 1000000 1100000 0 110101 101111 10010011 1011101 11100

Color Harmonies of #058840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058840

Black with #058840

Text Example


Text Example

White with #058840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058840; }

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

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

background-color css

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

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

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

border-color css

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

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

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