#1B7256

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

Shades of Salem #1B7256

Tints of Salem #1B7256

Color information

#1B7256 (or 0x1B7256) is unknown color: approx Salem. HEX triplet: 1B, 72 and 56. RGB value is (27,114,86). Sum of RGB (Red+Green+Blue) = 27+114+86=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #1B7256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7256 is #E48DA9. Grayscale: #545454. Windows color (decimal): -14978474 or 5665307. OLE color: 5665307.

HSL color Cylindrical-coordinate representation of color #1B7256: hue angle of 160.69º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7256 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB2711486-
CMYK0.7600.250.55
HSL160.69º61.7%27.65%-
HSV(B)160.69º76.32%44.71%-
XYZ8.1512.9410.87-
YUV84.79128.6886.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.89%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=11.89%
G=50.22%
B=37.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27114860.7600.250.55160.6961.727.65
Hex1B72564C01937a13e1c
Octal33162126114031672417634
Binary110111110010101011010011000110011101111010000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,114,86); }

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

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

 a { background-color: rgb(27,114,86); }

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

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

 span { border-color: rgb(27,114,86); }

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