#126148

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

Shades of Jewel #126148

Tints of Jewel #126148

Color information

#126148 (or 0x126148) is unknown color: approx Jewel. HEX triplet: 12, 61 and 48. RGB value is (18,97,72). Sum of RGB (Red+Green+Blue) = 18+97+72=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #126148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126148 is #ED9EB7. Grayscale: #464646. Windows color (decimal): -15572664 or 4743442. OLE color: 4743442.

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

Color convert

RGB189772-
CMYK0.8100.260.62
HSL161.01º68.7%22.55%-
HSV(B)161.01º81.44%38.04%-
XYZ5.699.157.6-
YUV70.53128.8390.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=9.63%
G=51.87%
B=38.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897720.8100.260.62161.0168.722.55
Hex1261485101A3Ea14517
Octal221411101210327624110527
Binary1001011000011001000101000101101011111010100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126148; }

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

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

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

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

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

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

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

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