Html Css Color HEX #058440 Salem

📋 copy color: '#058440'

red 5 ◦ green 132 ◦ blue 64

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

Shades of Salem #058440

Tints of Salem #058440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 65.67%

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

R = 2.49%
G = 65.67%
B = 31.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#058440 (or 0x058440) is known color: Salem. HEX triplet: 05, 84 and 40. RGB value is (5,132,64). Sum of RGB (Red+Green+Blue) = 5+132+64=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #058440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058440 is #FA7BBF. Grayscale: #565656. Windows color (decimal): -16415680 or 4228101. OLE color: 4228101.

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

Color convert

RGB 5 132 64 -
CMYK 0.96 0 0.52 0.48
HSL 147.87º 0.93% 0.27% -
HSV(B) 147.87º 0.96% 0.52% -
XYZ 9.24 16.9 7.63 -
YUV 86.28 115.42 70.03 -
System Red Green Blue C M Y K H S L
Decimal 5 132 64 0.96 0 0.52 0.48 147.87 0.93 0.27
Hex 5 84 40 60 0 34 30 94 5D 1B
Octal 5 204 100 140 0 64 60 224 135 33
Binary 101 10000100 1000000 1100000 0 110100 110000 10010100 1011101 11011

Color Harmonies of #058440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058440

Black with #058440

Text Example


Text Example

White with #058440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058440; }

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

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

background-color css

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

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

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

border-color css

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

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

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