Html Css Color HEX #058446 Salem

📋 copy color: '#058446'

red 5 ◦ green 132 ◦ blue 70

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

Shades of Salem #058446

Tints of Salem #058446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 63.77%

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 2.42%
G = 63.77%
B = 33.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#058446 (or 0x058446) is known color: Salem. HEX triplet: 05, 84 and 46. RGB value is (5,132,70). Sum of RGB (Red+Green+Blue) = 5+132+70=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #058446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058446 is #FA7BB9. Grayscale: #575757. Windows color (decimal): -16415674 or 4621317. OLE color: 4621317.

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

Color convert

RGB 5 132 70 -
CMYK 0.96 0 0.47 0.48
HSL 150.71º 0.93% 0.27% -
HSV(B) 150.71º 0.96% 0.52% -
XYZ 9.42 16.98 8.57 -
YUV 86.96 118.42 69.54 -
System Red Green Blue C M Y K H S L
Decimal 5 132 70 0.96 0 0.47 0.48 150.71 0.93 0.27
Hex 5 84 46 60 0 2F 30 97 5D 1B
Octal 5 204 106 140 0 57 60 227 135 33
Binary 101 10000100 1000110 1100000 0 101111 110000 10010111 1011101 11011

Color Harmonies of #058446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058446

Black with #058446

Text Example


Text Example

White with #058446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058446; }

 p { color: rgb(5,132,70); }

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

background-color css

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

 a { background-color: rgb(5,132,70); }

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

border-color css

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

 span { border-color: rgb(5,132,70); }

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