#1B815A

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

Shades of Salem #1B815A

Tints of Salem #1B815A

Color information

#1B815A (or 0x1B815A) is unknown color: approx Salem. HEX triplet: 1B, 81 and 5A. RGB value is (27,129,90). Sum of RGB (Red+Green+Blue) = 27+129+90=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #1B815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B815A is #E47EA5. Grayscale: #5E5E5E. Windows color (decimal): -14974630 or 5931291. OLE color: 5931291.

HSL color Cylindrical-coordinate representation of color #1B815A: hue angle of 157.06º 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 #1B815A is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB2712990-
CMYK0.7900.300.49
HSL157.06º65.38%30.59%-
HSV(B)157.06º79.07%50.59%-
XYZ10.1516.6712.36-
YUV94.06125.7180.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.98%
GREEN value IS 129 (50.78% from 255) = 52.44%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=10.98%
G=52.44%
B=36.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27129900.7900.300.49157.0665.3830.59
Hex1B815A4F01E319d411f
Octal332011321170366123510137
Binary11011100000011011010100111101111011000110011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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