#01844A

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

Shades of Salem #01844A

Tints of Salem #01844A

Color information

#01844A (or 0x01844A) is unknown color: approx Salem. HEX triplet: 01, 84 and 4A. RGB value is (1,132,74). Sum of RGB (Red+Green+Blue) = 1+132+74=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #01844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01844A is #FE7BB5. Grayscale: #565656. Windows color (decimal): -16677814 or 4883457. OLE color: 4883457.

HSL color Cylindrical-coordinate representation of color #01844A: hue angle of 153.44º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01844A is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB113274-
CMYK0.9900.440.48
HSL153.44º98.5%26.08%-
HSV(B)153.44º99.24%51.76%-
XYZ9.5179.26-
YUV86.22121.167.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 132 (51.95% from 255) = 63.77%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=0.48%
G=63.77%
B=35.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1132740.9900.440.48153.4498.526.08
Hex1844A6302C3099621a
Octal12041121430546023114232
Binary11000010010010101100011010110011000010011001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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