#1B704E

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

Shades of Salem #1B704E

Tints of Salem #1B704E

Color information

#1B704E (or 0x1B704E) is unknown color: approx Salem. HEX triplet: 1B, 70 and 4E. RGB value is (27,112,78). Sum of RGB (Red+Green+Blue) = 27+112+78=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #1B704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B704E is #E48FB1. Grayscale: #525252. Windows color (decimal): -14978994 or 5140507. OLE color: 5140507.

HSL color Cylindrical-coordinate representation of color #1B704E: hue angle of 156º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B704E is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB2711278-
CMYK0.7600.300.56
HSL156º61.15%27.25%-
HSV(B)156º75.89%43.92%-
XYZ7.6212.379.19-
YUV82.71125.3488.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.44%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=12.44%
G=51.61%
B=35.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27112780.7600.300.5615661.1527.25
Hex1B704E4C01E389c3d1b
Octal33160116114036702347533
Binary110111110000100111010011000111101110001001110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,112,78); }

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

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

 a { background-color: rgb(27,112,78); }

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

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

 span { border-color: rgb(27,112,78); }

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