#126048

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

Shades of Jewel #126048

Tints of Jewel #126048

Color information

#126048 (or 0x126048) is unknown color: approx Jewel. HEX triplet: 12, 60 and 48. RGB value is (18,96,72). Sum of RGB (Red+Green+Blue) = 18+96+72=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #126048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126048 is #ED9FB7. Grayscale: #454545. Windows color (decimal): -15572920 or 4743186. OLE color: 4743186.

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

Color convert

RGB189672-
CMYK0.8100.250.62
HSL161.54º68.42%22.35%-
HSV(B)161.54º81.25%37.65%-
XYZ5.68.967.57-
YUV69.94129.1690.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 96 (37.89% from 255) = 51.61%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=9.68%
G=51.61%
B=38.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896720.8100.250.62161.5468.4222.35
Hex126048510193Ea24416
Octal221401101210317624210426
Binary1001011000001001000101000101100111111010100010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126048; }

 p { color: rgb(18,96,72); }

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

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

 a { background-color: rgb(18,96,72); }

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

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

 span { border-color: rgb(18,96,72); }

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