#126344

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

Shades of Jewel #126344

Tints of Jewel #126344

Color information

#126344 (or 0x126344) is unknown color: approx Jewel. HEX triplet: 12, 63 and 44. RGB value is (18,99,68). Sum of RGB (Red+Green+Blue) = 18+99+68=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #126344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126344 is #ED9CBB. Grayscale: #474747. Windows color (decimal): -15572156 or 4481810. OLE color: 4481810.

HSL color Cylindrical-coordinate representation of color #126344: hue angle of 157.04º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126344 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB189968-
CMYK0.8200.310.61
HSL157.04º69.23%22.94%-
HSV(B)157.04º81.82%38.82%-
XYZ5.759.476.99-
YUV71.25126.1690.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=9.73%
G=53.51%
B=36.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899680.8200.310.61157.0469.2322.94
Hex1263445201F3D9d4517
Octal221431041220377523510527
Binary1001011000111000100101001001111111110110011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126344; }

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

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

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

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

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

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

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

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