#1B6344

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

Shades of Jewel #1B6344

Tints of Jewel #1B6344

Color information

#1B6344 (or 0x1B6344) is unknown color: approx Jewel. HEX triplet: 1B, 63 and 44. RGB value is (27,99,68). Sum of RGB (Red+Green+Blue) = 27+99+68=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6344 is #E49CBB. Grayscale: #494949. Windows color (decimal): -14982332 or 4481819. OLE color: 4481819.

HSL color Cylindrical-coordinate representation of color #1B6344: hue angle of 154.17º 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 #1B6344 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB279968-
CMYK0.7300.310.61
HSL154.17º57.14%24.71%-
HSV(B)154.17º72.73%38.82%-
XYZ5.969.577-
YUV73.94124.6594.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.92%
GREEN value IS 99 (39.06% from 255) = 51.03%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=13.92%
G=51.03%
B=35.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2799680.7300.310.61154.1757.1424.71
Hex1B63444901F3D9a3919
Octal33143104111037752327131
Binary110111100011100010010010010111111111011001101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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