#01844B

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

Shades of Salem #01844B

Tints of Salem #01844B

Color information

#01844B (or 0x01844B) is unknown color: approx Salem. HEX triplet: 01, 84 and 4B. RGB value is (1,132,75). Sum of RGB (Red+Green+Blue) = 1+132+75=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #01844B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01844B is #FE7BB4. Grayscale: #565656. Windows color (decimal): -16677813 or 4948993. OLE color: 4948993.

HSL color Cylindrical-coordinate representation of color #01844B: hue angle of 153.89º 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 #01844B is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB113275-
CMYK0.9900.430.48
HSL153.89º98.5%26.08%-
HSV(B)153.89º99.24%51.76%-
XYZ9.5317.029.44-
YUV86.33121.667.13-

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.46%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=0.48%
G=63.46%
B=36.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1132750.9900.430.48153.8998.526.08
Hex1844B6302B309a621a
Octal12041131430536023214232
Binary11000010010010111100011010101111000010011010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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