#1b814e

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

Shades of Salem #1B814E

Tints of Salem #1B814E

Color information

#1B814E (or 0x1B814E) is unknown color: approx Salem. HEX triplet: 1B, 81 and 4E. RGB value is (27,129,78). Sum of RGB (Red+Green+Blue) = 27+129+78=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #1B814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B814E is #E47EB1. Grayscale: #5C5C5C. Windows color (decimal): -14974642 or 5144859. OLE color: 5144859.

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

Color convert

RGB2712978-
CMYK0.7900.400.49
HSL150º65.38%30.59%-
HSV(B)150º79.07%50.59%-
XYZ9.6816.489.88-
YUV92.69119.7181.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 129 (50.78% from 255) = 55.13%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=11.54%
G=55.13%
B=33.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27129780.7900.400.4915065.3830.59
Hex1B814E4F0283196411f
Octal332011161170506122610137
Binary110111000000110011101001111010100011000110010110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b814e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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