#126543

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

Shades of Jewel #126543

Tints of Jewel #126543

Color information

#126543 (or 0x126543) is unknown color: approx Jewel. HEX triplet: 12, 65 and 43. RGB value is (18,101,67). Sum of RGB (Red+Green+Blue) = 18+101+67=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 101 (39.84% from 255 or 54.30% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 101 - color contains mainly: green. Hex color #126543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126543 is #ED9ABC. Grayscale: #484848. Windows color (decimal): -15571645 or 4416786. OLE color: 4416786.

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

Color convert

RGB1810167-
CMYK0.8200.340.60
HSL155.42º69.75%23.33%-
HSV(B)155.42º82.18%39.61%-
XYZ5.929.846.9-
YUV72.3112589.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 101 (39.84% from 255) = 54.30%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=9.68%
G=54.30%
B=36.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101670.8200.340.60155.4269.7523.33
Hex126543520223C9b4617
Octal221451031220427423310627
Binary10010110010110000111010010010001011110010011011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126543; }

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

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

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

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

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

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

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

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