#05844E

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

Shades of Salem #05844E

Tints of Salem #05844E

Color information

#05844E (or 0x05844E) is unknown color: approx Salem. HEX triplet: 05, 84 and 4E. RGB value is (5,132,78). Sum of RGB (Red+Green+Blue) = 5+132+78=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #05844E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05844E is #FA7BB1. Grayscale: #575757. Windows color (decimal): -16415666 or 5145605. OLE color: 5145605.

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

Color convert

RGB513278-
CMYK0.9600.410.48
HSL154.49º92.7%26.86%-
HSV(B)154.49º96.21%51.76%-
XYZ9.6917.089.99-
YUV87.87122.4268.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.33%
GREEN value IS 132 (51.95% from 255) = 61.40%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=2.33%
G=61.40%
B=36.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132780.9600.410.48154.4992.726.86
Hex5844E60029309a5d1b
Octal52041161400516023213533
Binary1011000010010011101100000010100111000010011010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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