#126343

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

Shades of Jewel #126343

Tints of Jewel #126343

Color information

#126343 (or 0x126343) is unknown color: approx Jewel. HEX triplet: 12, 63 and 43. RGB value is (18,99,67). Sum of RGB (Red+Green+Blue) = 18+99+67=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #126343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126343 is #ED9CBC. Grayscale: #474747. Windows color (decimal): -15572157 or 4416274. OLE color: 4416274.

HSL color Cylindrical-coordinate representation of color #126343: hue angle of 156.3º 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 #126343 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB189967-
CMYK0.8200.320.61
HSL156.3º69.23%22.94%-
HSV(B)156.3º81.82%38.82%-
XYZ5.729.466.83-
YUV71.13125.6690.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 99 (39.06% from 255) = 53.80%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=9.78%
G=53.80%
B=36.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899670.8200.320.61156.369.2322.94
Hex126343520203D9c4517
Octal221431031220407523410527
Binary10010110001110000111010010010000011110110011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126343; }

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

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

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

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

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

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

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

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