#126A41

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

Shades of Jewel #126A41

Tints of Jewel #126A41

Color information

#126A41 (or 0x126A41) is unknown color: approx Jewel. HEX triplet: 12, 6A and 41. RGB value is (18,106,65). Sum of RGB (Red+Green+Blue) = 18+106+65=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 106 (41.80% from 255 or 56.08% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 106 - color contains mainly: green. Hex color #126A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A41 is #ED95BE. Grayscale: #4B4B4B. Windows color (decimal): -15570367 or 4286994. OLE color: 4286994.

HSL color Cylindrical-coordinate representation of color #126A41: hue angle of 152.05º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126A41 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB1810665-
CMYK0.8300.390.58
HSL152.05º70.97%24.31%-
HSV(B)152.05º83.02%41.57%-
XYZ6.3610.826.75-
YUV75.01122.3587.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 106 (41.80% from 255) = 56.08%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=9.52%
G=56.08%
B=34.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18106650.8300.390.58152.0570.9724.31
Hex126A41530273A984718
Octal221521011230477223010730
Binary10010110101010000011010011010011111101010011000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126A41; }

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

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

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

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

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

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

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

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