#1F844A

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

Shades of Salem #1F844A

Tints of Salem #1F844A

Color information

#1F844A (or 0x1F844A) is unknown color: approx Salem. HEX triplet: 1F, 84 and 4A. RGB value is (31,132,74). Sum of RGB (Red+Green+Blue) = 31+132+74=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #1F844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F844A is #E07BB5. Grayscale: #5F5F5F. Windows color (decimal): -14711734 or 4883487. OLE color: 4883487.

HSL color Cylindrical-coordinate representation of color #1F844A: hue angle of 145.54º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F844A is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB3113274-
CMYK0.7700.440.48
HSL145.54º61.96%31.96%-
HSV(B)145.54º76.52%51.76%-
XYZ10.0517.299.29-
YUV95.19116.0482.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.08%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=13.08%
G=55.70%
B=31.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31132740.7700.440.48145.5461.9631.96
Hex1F844A4D02C30923e20
Octal37204112115054602227640
Binary111111000010010010101001101010110011000010010010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F844A; }

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

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

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

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

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

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

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

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