#126644

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

Shades of Jewel #126644

Tints of Jewel #126644

Color information

#126644 (or 0x126644) is unknown color: approx Jewel. HEX triplet: 12, 66 and 44. RGB value is (18,102,68). Sum of RGB (Red+Green+Blue) = 18+102+68=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #126644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126644 is #ED99BB. Grayscale: #494949. Windows color (decimal): -15571388 or 4482578. OLE color: 4482578.

HSL color Cylindrical-coordinate representation of color #126644: hue angle of 155.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126644 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1810268-
CMYK0.8200.330.6
HSL155.71º70%23.53%-
HSV(B)155.71º82.35%40%-
XYZ6.0410.057.09-
YUV73.01125.1788.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=9.57%
G=54.26%
B=36.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102680.8200.330.6155.717023.53
Hex126644520213C9c4618
Octal221461041220417423410630
Binary10010110011010001001010010010000111110010011100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126644; }

 p { color: rgb(18,102,68); }

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

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

 a { background-color: rgb(18,102,68); }

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

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

 span { border-color: rgb(18,102,68); }

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