Html Css Color HEX #058C39 Salem

📋 copy color: '#058C39'

red 5 ◦ green 140 ◦ blue 57

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

Shades of Salem #058C39

Tints of Salem #058C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.22%

R = 2.48%
G = 69.31%
B = 28.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#058C39 (or 0x058C39) is known color: Salem. HEX triplet: 05, 8C and 39. RGB value is (5,140,57). Sum of RGB (Red+Green+Blue) = 5+140+57=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 140 (55.08% from 255 or 69.31% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 140 - color contains mainly: green. Hex color #058C39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C39 is #FA73C6. Grayscale: #5A5A5A. Windows color (decimal): -16413639 or 3771397. OLE color: 3771397.

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

Color convert

RGB 5 140 57 -
CMYK 0.96 0 0.59 0.45
HSL 143.11º 0.93% 0.28% -
HSV(B) 143.11º 0.96% 0.55% -
XYZ 10.18 19.08 7.02 -
YUV 90.17 109.27 67.25 -
System Red Green Blue C M Y K H S L
Decimal 5 140 57 0.96 0 0.59 0.45 143.11 0.93 0.28
Hex 5 8C 39 60 0 3B 2D 8F 5D 1C
Octal 5 214 71 140 0 73 55 217 135 34
Binary 101 10001100 111001 1100000 0 111011 101101 10001111 1011101 11100

Color Harmonies of #058C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C39

Black with #058C39

Text Example


Text Example

White with #058C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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