#1B6146

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

Shades of Jewel #1B6146

Tints of Jewel #1B6146

Color information

#1B6146 (or 0x1B6146) is unknown color: approx Jewel. HEX triplet: 1B, 61 and 46. RGB value is (27,97,70). Sum of RGB (Red+Green+Blue) = 27+97+70=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #1B6146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6146 is #E49EB9. Grayscale: #494949. Windows color (decimal): -14982842 or 4612379. OLE color: 4612379.

HSL color Cylindrical-coordinate representation of color #1B6146: hue angle of 156.86º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6146 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB279770-
CMYK0.7200.280.62
HSL156.86º56.45%24.31%-
HSV(B)156.86º72.16%38.04%-
XYZ5.839.227.27-
YUV72.99126.3195.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.92%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=13.92%
G=50%
B=36.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2797700.7200.280.62156.8656.4524.31
Hex1B61464801C3E9d3818
Octal33141106110034762357030
Binary110111100001100011010010000111001111101001110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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