#126146

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

Shades of Jewel #126146

Tints of Jewel #126146

Color information

#126146 (or 0x126146) is unknown color: approx Jewel. HEX triplet: 12, 61 and 46. RGB value is (18,97,70). Sum of RGB (Red+Green+Blue) = 18+97+70=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #126146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126146 is #ED9EB9. Grayscale: #464646. Windows color (decimal): -15572666 or 4612370. OLE color: 4612370.

HSL color Cylindrical-coordinate representation of color #126146: hue angle of 159.49º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126146 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB189770-
CMYK0.8100.280.62
HSL159.49º68.7%22.55%-
HSV(B)159.49º81.44%38.04%-
XYZ5.639.127.26-
YUV70.3127.8390.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=9.73%
G=52.43%
B=37.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897700.8100.280.62159.4968.722.55
Hex1261465101C3E9f4517
Octal221411061210347623710527
Binary1001011000011000110101000101110011111010011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126146; }

 p { color: rgb(18,97,70); }

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

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

 a { background-color: rgb(18,97,70); }

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

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

 span { border-color: rgb(18,97,70); }

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