Html Css Color HEX #058540 Salem

📋 copy color: '#058540'

red 5 ◦ green 133 ◦ blue 64

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

Shades of Salem #058540

Tints of Salem #058540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.84%

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

R = 2.48%
G = 65.84%
B = 31.68%

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

#058540 (or 0x058540) is known color: Salem. HEX triplet: 05, 85 and 40. RGB value is (5,133,64). Sum of RGB (Red+Green+Blue) = 5+133+64=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #058540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058540 is #FA7ABF. Grayscale: #575757. Windows color (decimal): -16415424 or 4228357. OLE color: 4228357.

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

Color convert

RGB 5 133 64 -
CMYK 0.96 0 0.52 0.48
HSL 147.66º 0.93% 0.27% -
HSV(B) 147.66º 0.96% 0.52% -
XYZ 9.38 17.18 7.67 -
YUV 86.86 115.09 69.61 -
System Red Green Blue C M Y K H S L
Decimal 5 133 64 0.96 0 0.52 0.48 147.66 0.93 0.27
Hex 5 85 40 60 0 34 30 94 5D 1B
Octal 5 205 100 140 0 64 60 224 135 33
Binary 101 10000101 1000000 1100000 0 110100 110000 10010100 1011101 11011

Color Harmonies of #058540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058540

Black with #058540

Text Example


Text Example

White with #058540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058540; }

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

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

background-color css

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

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

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

border-color css

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

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

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