#058440

Color #058440 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #058440

Tints of Salem #058440

Color information

#058440 (or 0x058440) is unknown color: approx Salem. HEX triplet: 05, 84 and 40. RGB value is (5,132,64). Sum of RGB (Red+Green+Blue) = 5+132+64=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #058440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058440 is #FA7BBF. Grayscale: #565656. Windows color (decimal): -16415680 or 4228101. OLE color: 4228101.

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

Color convert

RGB513264-
CMYK0.9600.520.48
HSL147.87º92.7%26.86%-
HSV(B)147.87º96.21%51.76%-
XYZ9.2416.97.63-
YUV86.28115.4270.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 132 (51.95% from 255) = 65.67%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=2.49%
G=65.67%
B=31.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132640.9600.520.48147.8792.726.86
Hex584406003430945d1b
Octal52041001400646022413533
Binary1011000010010000001100000011010011000010010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058440; }

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

 H1.HeaderClassName
 {
   color: #058440;
 }
 .AnyTagClassName
 {
   color: #058440;
 }
</style>
background-color css

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

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

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

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

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

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