#126849

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

Shades of Jewel #126849

Tints of Jewel #126849

Color information

#126849 (or 0x126849) is unknown color: approx Jewel. HEX triplet: 12, 68 and 49. RGB value is (18,104,73). Sum of RGB (Red+Green+Blue) = 18+104+73=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #126849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126849 is #ED97B6. Grayscale: #4A4A4A. Windows color (decimal): -15570871 or 4810770. OLE color: 4810770.

HSL color Cylindrical-coordinate representation of color #126849: hue angle of 158.37º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126849 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1810473-
CMYK0.8300.300.59
HSL158.37º70.49%23.92%-
HSV(B)158.37º82.69%40.78%-
XYZ6.410.517.99-
YUV74.75127.0187.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=9.23%
G=53.33%
B=37.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104730.8300.300.59158.3770.4923.92
Hex1268495301E3B9e4618
Octal221501111230367323610630
Binary1001011010001001001101001101111011101110011110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126849; }

 p { color: rgb(18,104,73); }

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

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

 a { background-color: rgb(18,104,73); }

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

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

 span { border-color: rgb(18,104,73); }

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