#05844A

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

Shades of Salem #05844A

Tints of Salem #05844A

Color information

#05844A (or 0x05844A) is unknown color: approx Salem. HEX triplet: 05, 84 and 4A. RGB value is (5,132,74). Sum of RGB (Red+Green+Blue) = 5+132+74=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #05844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05844A is #FA7BB5. Grayscale: #575757. Windows color (decimal): -16415670 or 4883461. OLE color: 4883461.

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

Color convert

RGB513274-
CMYK0.9600.440.48
HSL152.6º92.7%26.86%-
HSV(B)152.6º96.21%51.76%-
XYZ9.5517.039.26-
YUV87.42120.4269.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 132 (51.95% from 255) = 62.56%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=2.37%
G=62.56%
B=35.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132740.9600.440.48152.692.726.86
Hex5844A6002C30995d1b
Octal52041121400546023113533
Binary1011000010010010101100000010110011000010011001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05844A; }

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

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

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

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

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

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

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

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