#126549

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

Shades of Jewel #126549

Tints of Jewel #126549

Color information

#126549 (or 0x126549) is unknown color: approx Jewel. HEX triplet: 12, 65 and 49. RGB value is (18,101,73). Sum of RGB (Red+Green+Blue) = 18+101+73=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #126549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126549 is #ED9AB6. Grayscale: #494949. Windows color (decimal): -15571639 or 4810002. OLE color: 4810002.

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

Color convert

RGB1810173-
CMYK0.8200.280.60
HSL159.76º69.75%23.33%-
HSV(B)159.76º82.18%39.61%-
XYZ6.119.927.9-
YUV72.9912888.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 101 (39.84% from 255) = 52.60%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=9.38%
G=52.60%
B=38.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101730.8200.280.60159.7669.7523.33
Hex1265495201C3Ca04617
Octal221451111220347424010627
Binary1001011001011001001101001001110011110010100000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126549; }

 p { color: rgb(18,101,73); }

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

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

 a { background-color: rgb(18,101,73); }

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

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

 span { border-color: rgb(18,101,73); }

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