#1b8349

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

Shades of Salem #1B8349

Tints of Salem #1B8349

Color information

#1B8349 (or 0x1B8349) is unknown color: approx Salem. HEX triplet: 1B, 83 and 49. RGB value is (27,131,73). Sum of RGB (Red+Green+Blue) = 27+131+73=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #1B8349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8349 is #E47CB6. Grayscale: #5D5D5D. Windows color (decimal): -14974135 or 4817691. OLE color: 4817691.

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

Color convert

RGB2713173-
CMYK0.7900.440.49
HSL146.54º65.82%30.98%-
HSV(B)146.54º79.39%51.37%-
XYZ9.7716.959.06-
YUV93.29116.5480.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.69%
GREEN value IS 131 (51.56% from 255) = 56.71%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=11.69%
G=56.71%
B=31.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27131730.7900.440.49146.5465.8230.98
Hex1B83494F02C3193421f
Octal332031111170546122310237
Binary110111000001110010011001111010110011000110010011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b8349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,131,73); }

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

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

 a { background-color: rgb(27,131,73); }

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

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

 span { border-color: rgb(27,131,73); }

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