#1B6547

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

Shades of Jewel #1B6547

Tints of Jewel #1B6547

Color information

#1B6547 (or 0x1B6547) is unknown color: approx Jewel. HEX triplet: 1B, 65 and 47. RGB value is (27,101,71). Sum of RGB (Red+Green+Blue) = 27+101+71=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #1B6547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6547 is #E49AB8. Grayscale: #4B4B4B. Windows color (decimal): -14981817 or 4678939. OLE color: 4678939.

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

Color convert

RGB2710171-
CMYK0.7300.300.60
HSL155.68º57.81%25.1%-
HSV(B)155.68º73.27%39.61%-
XYZ6.24107.56-
YUV75.45125.4893.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.57%
GREEN value IS 101 (39.84% from 255) = 50.75%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=13.57%
G=50.75%
B=35.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal27101710.7300.300.60155.6857.8125.1
Hex1B65474901E3C9c3a19
Octal33145107111036742347231
Binary110111100101100011110010010111101111001001110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,101,71); }

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

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

 a { background-color: rgb(27,101,71); }

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

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

 span { border-color: rgb(27,101,71); }

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