#1B6446

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

Shades of Jewel #1B6446

Tints of Jewel #1B6446

Color information

#1B6446 (or 0x1B6446) is unknown color: approx Jewel. HEX triplet: 1B, 64 and 46. RGB value is (27,100,70). Sum of RGB (Red+Green+Blue) = 27+100+70=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #1B6446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6446 is #E49BB9. Grayscale: #4A4A4A. Windows color (decimal): -14982074 or 4613147. OLE color: 4613147.

HSL color Cylindrical-coordinate representation of color #1B6446: hue angle of 155.34º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6446 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB2710070-
CMYK0.7300.300.61
HSL155.34º57.48%24.9%-
HSV(B)155.34º73%39.22%-
XYZ6.119.797.36-
YUV74.75125.3293.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.71%
GREEN value IS 100 (39.45% from 255) = 50.76%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=13.71%
G=50.76%
B=35.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal27100700.7300.300.61155.3457.4824.9
Hex1B64464901E3D9b3919
Octal33144106111036752337131
Binary110111100100100011010010010111101111011001101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,100,70); }

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

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

 a { background-color: rgb(27,100,70); }

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

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

 span { border-color: rgb(27,100,70); }

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