#126340

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

Shades of Jewel #126340

Tints of Jewel #126340

Color information

#126340 (or 0x126340) is unknown color: approx Jewel. HEX triplet: 12, 63 and 40. RGB value is (18,99,64). Sum of RGB (Red+Green+Blue) = 18+99+64=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #126340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126340 is #ED9CBF. Grayscale: #464646. Windows color (decimal): -15572160 or 4219666. OLE color: 4219666.

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

Color convert

RGB189964-
CMYK0.8200.350.61
HSL154.07º69.23%22.94%-
HSV(B)154.07º81.82%38.82%-
XYZ5.649.426.37-
YUV70.79124.1690.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 99 (39.06% from 255) = 54.70%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=9.94%
G=54.70%
B=35.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899640.8200.350.61154.0769.2322.94
Hex126340520233D9a4517
Octal221431001220437523210527
Binary10010110001110000001010010010001111110110011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126340; }

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

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

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

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

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

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

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

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