#1B7D49

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

Shades of Salem #1B7D49

Tints of Salem #1B7D49

Color information

#1B7D49 (or 0x1B7D49) is unknown color: approx Salem. HEX triplet: 1B, 7D and 49. RGB value is (27,125,73). Sum of RGB (Red+Green+Blue) = 27+125+73=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #1B7D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7D49 is #E482B6. Grayscale: #595959. Windows color (decimal): -14975671 or 4816155. OLE color: 4816155.

HSL color Cylindrical-coordinate representation of color #1B7D49: hue angle of 148.16º 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 #1B7D49 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB2712573-
CMYK0.7800.420.51
HSL148.16º64.47%29.8%-
HSV(B)148.16º78.4%49.02%-
XYZ8.9915.388.8-
YUV89.77118.5383.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 125 (49.22% from 255) = 55.56%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=12%
G=55.56%
B=32.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal27125730.7800.420.51148.1664.4729.8
Hex1B7D494E02A3394401e
Octal331751111160526322410036
Binary11011111110110010011001110010101011001110010100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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