Html Css Color HEX #058448 Salem

📋 copy color: '#058448'

red 5 ◦ green 132 ◦ blue 72

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

Shades of Salem #058448

Tints of Salem #058448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 2.39%
G = 63.16%
B = 34.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#058448 (or 0x058448) is known color: Salem. HEX triplet: 05, 84 and 48. RGB value is (5,132,72). Sum of RGB (Red+Green+Blue) = 5+132+72=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 132 (51.95% from 255 or 63.16% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 132 - color contains mainly: green. Hex color #058448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058448 is #FA7BB7. Grayscale: #575757. Windows color (decimal): -16415672 or 4752389. OLE color: 4752389.

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

Color convert

RGB 5 132 72 -
CMYK 0.96 0 0.45 0.48
HSL 151.65º 0.93% 0.27% -
HSV(B) 151.65º 0.96% 0.52% -
XYZ 9.48 17 8.91 -
YUV 87.19 119.42 69.38 -
System Red Green Blue C M Y K H S L
Decimal 5 132 72 0.96 0 0.45 0.48 151.65 0.93 0.27
Hex 5 84 48 60 0 2D 30 98 5D 1B
Octal 5 204 110 140 0 55 60 230 135 33
Binary 101 10000100 1001000 1100000 0 101101 110000 10011000 1011101 11011

Color Harmonies of #058448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058448

Black with #058448

Text Example


Text Example

White with #058448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058448; }

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

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

background-color css

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

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

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

border-color css

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

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

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