#1B6A49

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

Shades of Jewel #1B6A49

Tints of Jewel #1B6A49

Color information

#1B6A49 (or 0x1B6A49) is unknown color: approx Jewel. HEX triplet: 1B, 6A and 49. RGB value is (27,106,73). Sum of RGB (Red+Green+Blue) = 27+106+73=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #1B6A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6A49 is #E495B6. Grayscale: #4E4E4E. Windows color (decimal): -14980535 or 4811291. OLE color: 4811291.

HSL color Cylindrical-coordinate representation of color #1B6A49: hue angle of 154.94º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6A49 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB2710673-
CMYK0.7500.310.58
HSL154.94º59.4%26.08%-
HSV(B)154.94º74.53%41.57%-
XYZ6.8111.028.07-
YUV78.62124.8391.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.11%
GREEN value IS 106 (41.80% from 255) = 51.46%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=13.11%
G=51.46%
B=35.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27106730.7500.310.58154.9459.426.08
Hex1B6A494B01F3A9b3b1a
Octal33152111113037722337332
Binary110111101010100100110010110111111110101001101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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