#1B6A4C

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

Shades of Jewel #1B6A4C

Tints of Jewel #1B6A4C

Color information

#1B6A4C (or 0x1B6A4C) is unknown color: approx Jewel. HEX triplet: 1B, 6A and 4C. RGB value is (27,106,76). Sum of RGB (Red+Green+Blue) = 27+106+76=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #1B6A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6A4C is #E495B3. Grayscale: #4F4F4F. Windows color (decimal): -14980532 or 5007899. OLE color: 5007899.

HSL color Cylindrical-coordinate representation of color #1B6A4C: hue angle of 157.22º 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 #1B6A4C is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB2710676-
CMYK0.7500.280.58
HSL157.22º59.4%26.08%-
HSV(B)157.22º74.53%41.57%-
XYZ6.9111.068.61-
YUV78.96126.3390.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.92%
GREEN value IS 106 (41.80% from 255) = 50.72%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=12.92%
G=50.72%
B=36.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27106760.7500.280.58157.2259.426.08
Hex1B6A4C4B01C3A9d3b1a
Octal33152114113034722357332
Binary110111101010100110010010110111001110101001110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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