Html Css Color HEX #058B37 Salem

📋 copy color: '#058B37'

red 5 ◦ green 139 ◦ blue 55

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

Shades of Salem #058B37

Tints of Salem #058B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 69.85%

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

R = 2.51%
G = 69.85%
B = 27.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#058B37 (or 0x058B37) is known color: Salem. HEX triplet: 05, 8B and 37. RGB value is (5,139,55). Sum of RGB (Red+Green+Blue) = 5+139+55=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 139 (54.69% from 255 or 69.85% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 139 - color contains mainly: green. Hex color #058B37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058B37 is #FA74C8. Grayscale: #595959. Windows color (decimal): -16413897 or 3640069. OLE color: 3640069.

HSL color Cylindrical-coordinate representation of color #058B37: hue angle of 142.39º 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 #058B37 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 139 55 -
CMYK 0.96 0 0.60 0.45
HSL 142.39º 0.93% 0.28% -
HSV(B) 142.39º 0.96% 0.55% -
XYZ 9.98 18.77 6.71 -
YUV 89.36 108.61 67.83 -
System Red Green Blue C M Y K H S L
Decimal 5 139 55 0.96 0 0.60 0.45 142.39 0.93 0.28
Hex 5 8B 37 60 0 3C 2D 8E 5D 1C
Octal 5 213 67 140 0 74 55 216 135 34
Binary 101 10001011 110111 1100000 0 111100 101101 10001110 1011101 11100

Color Harmonies of #058B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B37

Black with #058B37

Text Example


Text Example

White with #058B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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