#1B7C49

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

Shades of Salem #1B7C49

Tints of Salem #1B7C49

Color information

#1B7C49 (or 0x1B7C49) is unknown color: approx Salem. HEX triplet: 1B, 7C and 49. RGB value is (27,124,73). Sum of RGB (Red+Green+Blue) = 27+124+73=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #1B7C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7C49 is #E483B6. Grayscale: #595959. Windows color (decimal): -14975927 or 4815899. OLE color: 4815899.

HSL color Cylindrical-coordinate representation of color #1B7C49: hue angle of 148.45º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7C49 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB2712473-
CMYK0.7800.410.51
HSL148.45º64.24%29.61%-
HSV(B)148.45º78.23%48.63%-
XYZ8.8615.138.76-
YUV89.18118.8683.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.05%
GREEN value IS 124 (48.83% from 255) = 55.36%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=12.05%
G=55.36%
B=32.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal27124730.7800.410.51148.4564.2429.61
Hex1B7C494E0293394401e
Octal331741111160516322410036
Binary11011111110010010011001110010100111001110010100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,124,73); }

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

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

 a { background-color: rgb(27,124,73); }

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

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

 span { border-color: rgb(27,124,73); }

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