Html Css Color HEX #058047 Salem

📋 copy color: '#058047'

red 5 ◦ green 128 ◦ blue 71

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

Shades of Salem #058047

Tints of Salem #058047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 62.75%

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 2.45%
G = 62.75%
B = 34.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#058047 (or 0x058047) is known color: Salem. HEX triplet: 05, 80 and 47. RGB value is (5,128,71). Sum of RGB (Red+Green+Blue) = 5+128+71=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #058047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058047 is #FA7FB8. Grayscale: #545454. Windows color (decimal): -16416697 or 4685829. OLE color: 4685829.

HSL color Cylindrical-coordinate representation of color #058047: hue angle of 152.2º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058047 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 71 -
CMYK 0.96 0 0.45 0.50
HSL 152.2º 0.92% 0.26% -
HSV(B) 152.2º 0.96% 0.5% -
XYZ 8.92 15.93 8.57 -
YUV 84.73 120.25 71.13 -
System Red Green Blue C M Y K H S L
Decimal 5 128 71 0.96 0 0.45 0.50 152.2 0.92 0.26
Hex 5 80 47 60 0 2D 32 98 5C 1A
Octal 5 200 107 140 0 55 62 230 134 32
Binary 101 10000000 1000111 1100000 0 101101 110010 10011000 1011100 11010

Color Harmonies of #058047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058047

Black with #058047

Text Example


Text Example

White with #058047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058047; }

 p { color: rgb(5,128,71); }

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

background-color css

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

 a { background-color: rgb(5,128,71); }

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

border-color css

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

 span { border-color: rgb(5,128,71); }

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