#126C4A

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

Shades of Jewel #126C4A

Tints of Jewel #126C4A

Color information

#126C4A (or 0x126C4A) is unknown color: approx Jewel. HEX triplet: 12, 6C and 4A. RGB value is (18,108,74). Sum of RGB (Red+Green+Blue) = 18+108+74=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #126C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C4A is #ED93B5. Grayscale: #4D4D4D. Windows color (decimal): -15569846 or 4877330. OLE color: 4877330.

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

Color convert

RGB1810874-
CMYK0.8300.310.58
HSL157.33º71.43%24.71%-
HSV(B)157.33º83.33%42.35%-
XYZ6.8511.358.31-
YUV77.21126.1885.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 108 (42.58% from 255) = 54%
BLUE value IS 74 (29.30% from 255) = 37%
R=9%
G=54%
B=37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18108740.8300.310.58157.3371.4324.71
Hex126C4A5301F3A9d4719
Octal221541121230377223510731
Binary1001011011001001010101001101111111101010011101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,108,74); }

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

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

 a { background-color: rgb(18,108,74); }

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

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

 span { border-color: rgb(18,108,74); }

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