Html Css Color HEX #058C37 Salem

📋 copy color: '#058C37'

red 5 ◦ green 140 ◦ blue 55

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

Shades of Salem #058C37

Tints of Salem #058C37

RGB

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

 GREEN value IS 140 (55.08% from 255) = 70%

 BLUE value IS 55 (21.88% from 255) = 27.5%

R = 2.5%
G = 70%
B = 27.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#058C37 (or 0x058C37) is known color: Salem. HEX triplet: 05, 8C and 37. RGB value is (5,140,55). Sum of RGB (Red+Green+Blue) = 5+140+55=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 140 (55.08% from 255 or 70% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 140 - color contains mainly: green. Hex color #058C37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C37 is #FA73C8. Grayscale: #5A5A5A. Windows color (decimal): -16413641 or 3640325. OLE color: 3640325.

HSL color Cylindrical-coordinate representation of color #058C37: hue angle of 142.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C37 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 140 55 -
CMYK 0.96 0 0.61 0.45
HSL 142.22º 0.93% 0.28% -
HSV(B) 142.22º 0.96% 0.55% -
XYZ 10.13 19.06 6.76 -
YUV 89.95 108.27 67.41 -
System Red Green Blue C M Y K H S L
Decimal 5 140 55 0.96 0 0.61 0.45 142.22 0.93 0.28
Hex 5 8C 37 60 0 3D 2D 8E 5D 1C
Octal 5 214 67 140 0 75 55 216 135 34
Binary 101 10001100 110111 1100000 0 111101 101101 10001110 1011101 11100

Color Harmonies of #058C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C37

Black with #058C37

Text Example


Text Example

White with #058C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058C37; }

 p { color: rgb(5,140,55); }

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

background-color css

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

 a { background-color: rgb(5,140,55); }

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

border-color css

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

 span { border-color: rgb(5,140,55); }

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