#1B6B4E

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

Shades of Jewel #1B6B4E

Tints of Jewel #1B6B4E

Color information

#1B6B4E (or 0x1B6B4E) is unknown color: approx Jewel. HEX triplet: 1B, 6B and 4E. RGB value is (27,107,78). Sum of RGB (Red+Green+Blue) = 27+107+78=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B4E is #E494B1. Grayscale: #4F4F4F. Windows color (decimal): -14980274 or 5139227. OLE color: 5139227.

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

Color convert

RGB2710778-
CMYK0.7500.270.58
HSL158.25º59.7%26.27%-
HSV(B)158.25º74.77%41.96%-
XYZ7.0811.39.02-
YUV79.7712790.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.74%
GREEN value IS 107 (42.19% from 255) = 50.47%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=12.74%
G=50.47%
B=36.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27107780.7500.270.58158.2559.726.27
Hex1B6B4E4B01B3A9e3c1a
Octal33153116113033722367432
Binary110111101011100111010010110110111110101001111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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