#1B6644

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

Shades of Jewel #1B6644

Tints of Jewel #1B6644

Color information

#1B6644 (or 0x1B6644) is unknown color: approx Jewel. HEX triplet: 1B, 66 and 44. RGB value is (27,102,68). Sum of RGB (Red+Green+Blue) = 27+102+68=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #1B6644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6644 is #E499BB. Grayscale: #4B4B4B. Windows color (decimal): -14981564 or 4482587. OLE color: 4482587.

HSL color Cylindrical-coordinate representation of color #1B6644: hue angle of 152.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6644 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB2710268-
CMYK0.7400.330.6
HSL152.8º58.14%25.29%-
HSV(B)152.8º73.53%40%-
XYZ6.2510.157.1-
YUV75.7123.6593.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.71%
GREEN value IS 102 (40.23% from 255) = 51.78%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=13.71%
G=51.78%
B=34.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal27102680.7400.330.6152.858.1425.29
Hex1B66444A0213C993a19
Octal33146104112041742317231
Binary1101111001101000100100101001000011111001001100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,102,68); }

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

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

 a { background-color: rgb(27,102,68); }

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

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

 span { border-color: rgb(27,102,68); }

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