#126442

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

Shades of Jewel #126442

Tints of Jewel #126442

Color information

#126442 (or 0x126442) is unknown color: approx Jewel. HEX triplet: 12, 64 and 42. RGB value is (18,100,66). Sum of RGB (Red+Green+Blue) = 18+100+66=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #126442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126442 is #ED9BBD. Grayscale: #474747. Windows color (decimal): -15571902 or 4350994. OLE color: 4350994.

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

Color convert

RGB1810066-
CMYK0.8200.340.61
HSL155.12º69.49%23.14%-
HSV(B)155.12º82%39.22%-
XYZ5.799.646.71-
YUV71.61124.8389.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 100 (39.45% from 255) = 54.35%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=9.78%
G=54.35%
B=35.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal18100660.8200.340.61155.1269.4923.14
Hex126442520223D9b4517
Octal221441021220427523310527
Binary10010110010010000101010010010001011110110011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126442; }

 p { color: rgb(18,100,66); }

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

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

 a { background-color: rgb(18,100,66); }

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

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

 span { border-color: rgb(18,100,66); }

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