Html Css Color HEX #058441 Salem

📋 copy color: '#058441'

red 5 ◦ green 132 ◦ blue 65

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

Shades of Salem #058441

Tints of Salem #058441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 2.48%
G = 65.35%
B = 32.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#058441 (or 0x058441) is known color: Salem. HEX triplet: 05, 84 and 41. RGB value is (5,132,65). Sum of RGB (Red+Green+Blue) = 5+132+65=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #058441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058441 is #FA7BBE. Grayscale: #565656. Windows color (decimal): -16415679 or 4293637. OLE color: 4293637.

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

Color convert

RGB 5 132 65 -
CMYK 0.96 0 0.51 0.48
HSL 148.35º 0.93% 0.27% -
HSV(B) 148.35º 0.96% 0.52% -
XYZ 9.27 16.92 7.78 -
YUV 86.39 115.92 69.95 -
System Red Green Blue C M Y K H S L
Decimal 5 132 65 0.96 0 0.51 0.48 148.35 0.93 0.27
Hex 5 84 41 60 0 33 30 94 5D 1B
Octal 5 204 101 140 0 63 60 224 135 33
Binary 101 10000100 1000001 1100000 0 110011 110000 10010100 1011101 11011

Color Harmonies of #058441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058441

Black with #058441

Text Example


Text Example

White with #058441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058441; }

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

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

background-color css

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

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

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

border-color css

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

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

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