#126845

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

Shades of Jewel #126845

Tints of Jewel #126845

Color information

#126845 (or 0x126845) is unknown color: approx Jewel. HEX triplet: 12, 68 and 45. RGB value is (18,104,69). Sum of RGB (Red+Green+Blue) = 18+104+69=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #126845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126845 is #ED97BA. Grayscale: #4A4A4A. Windows color (decimal): -15570875 or 4548626. OLE color: 4548626.

HSL color Cylindrical-coordinate representation of color #126845: hue angle of 155.58º 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 #126845 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1810469-
CMYK0.8300.340.59
HSL155.58º70.49%23.92%-
HSV(B)155.58º82.69%40.78%-
XYZ6.2710.467.32-
YUV74.3125.0187.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=9.42%
G=54.45%
B=36.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104690.8300.340.59155.5870.4923.92
Hex126845530223B9c4618
Octal221501051230427323410630
Binary10010110100010001011010011010001011101110011100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126845; }

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

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

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

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

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

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

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

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