#126841

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

Shades of Jewel #126841

Tints of Jewel #126841

Color information

#126841 (or 0x126841) is unknown color: approx Jewel. HEX triplet: 12, 68 and 41. RGB value is (18,104,65). Sum of RGB (Red+Green+Blue) = 18+104+65=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #126841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126841 is #ED97BE. Grayscale: #494949. Windows color (decimal): -15570879 or 4286482. OLE color: 4286482.

HSL color Cylindrical-coordinate representation of color #126841: hue angle of 152.79º 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 #126841 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1810465-
CMYK0.8300.380.59
HSL152.79º70.49%23.92%-
HSV(B)152.79º82.69%40.78%-
XYZ6.1510.416.69-
YUV73.84123.0188.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 104 (41.02% from 255) = 55.61%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=9.63%
G=55.61%
B=34.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104650.8300.380.59152.7970.4923.92
Hex126841530263B994618
Octal221501011230467323110630
Binary10010110100010000011010011010011011101110011001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126841; }

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

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

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

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

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

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

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

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