#1B7F4C

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

Shades of Salem #1B7F4C

Tints of Salem #1B7F4C

Color information

#1B7F4C (or 0x1B7F4C) is unknown color: approx Salem. HEX triplet: 1B, 7F and 4C. RGB value is (27,127,76). Sum of RGB (Red+Green+Blue) = 27+127+76=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #1B7F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7F4C is #E480B3. Grayscale: #5B5B5B. Windows color (decimal): -14975156 or 5013275. OLE color: 5013275.

HSL color Cylindrical-coordinate representation of color #1B7F4C: hue angle of 149.4º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7F4C is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB2712776-
CMYK0.7900.400.50
HSL149.4º64.94%30.2%-
HSV(B)149.4º78.74%49.8%-
XYZ9.3515.939.42-
YUV91.29119.3782.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.74%
GREEN value IS 127 (50% from 255) = 55.22%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=11.74%
G=55.22%
B=33.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27127760.7900.400.50149.464.9430.2
Hex1B7F4C4F0283295411e
Octal331771141170506222510136
Binary11011111111110011001001111010100011001010010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,127,76); }

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

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

 a { background-color: rgb(27,127,76); }

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

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

 span { border-color: rgb(27,127,76); }

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