#1B6046

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

Shades of Jewel #1B6046

Tints of Jewel #1B6046

Color information

#1B6046 (or 0x1B6046) is unknown color: approx Jewel. HEX triplet: 1B, 60 and 46. RGB value is (27,96,70). Sum of RGB (Red+Green+Blue) = 27+96+70=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #1B6046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6046 is #E49FB9. Grayscale: #484848. Windows color (decimal): -14983098 or 4612123. OLE color: 4612123.

HSL color Cylindrical-coordinate representation of color #1B6046: hue angle of 157.39º 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 #1B6046 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB279670-
CMYK0.7200.270.62
HSL157.39º56.1%24.12%-
HSV(B)157.39º71.88%37.65%-
XYZ5.749.047.24-
YUV72.4126.6495.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.99%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=13.99%
G=49.74%
B=36.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2796700.7200.270.62157.3956.124.12
Hex1B60464801B3E9d3818
Octal33140106110033762357030
Binary110111100000100011010010000110111111101001110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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