#126848

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

Shades of Jewel #126848

Tints of Jewel #126848

Color information

#126848 (or 0x126848) is unknown color: approx Jewel. HEX triplet: 12, 68 and 48. RGB value is (18,104,72). Sum of RGB (Red+Green+Blue) = 18+104+72=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #126848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126848 is #ED97B7. Grayscale: #4A4A4A. Windows color (decimal): -15570872 or 4745234. OLE color: 4745234.

HSL color Cylindrical-coordinate representation of color #126848: hue angle of 157.67º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126848 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1810472-
CMYK0.8300.310.59
HSL157.67º70.49%23.92%-
HSV(B)157.67º82.69%40.78%-
XYZ6.3710.57.82-
YUV74.64126.5187.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 104 (41.02% from 255) = 53.61%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=9.28%
G=53.61%
B=37.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104720.8300.310.59157.6770.4923.92
Hex1268485301F3B9e4618
Octal221501101230377323610630
Binary1001011010001001000101001101111111101110011110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126848; }

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

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

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

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

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

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

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

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