#126241

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

Shades of Jewel #126241

Tints of Jewel #126241

Color information

#126241 (or 0x126241) is unknown color: approx Jewel. HEX triplet: 12, 62 and 41. RGB value is (18,98,65). Sum of RGB (Red+Green+Blue) = 18+98+65=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #126241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126241 is #ED9DBE. Grayscale: #464646. Windows color (decimal): -15572415 or 4284946. OLE color: 4284946.

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

Color convert

RGB189865-
CMYK0.8200.340.62
HSL155.25º68.97%22.75%-
HSV(B)155.25º81.63%38.43%-
XYZ5.579.256.49-
YUV70.3212590.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 98 (38.67% from 255) = 54.14%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=9.94%
G=54.14%
B=35.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898650.8200.340.62155.2568.9722.75
Hex126241520223E9b4517
Octal221421011220427623310527
Binary10010110001010000011010010010001011111010011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126241; }

 p { color: rgb(18,98,65); }

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

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

 a { background-color: rgb(18,98,65); }

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

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

 span { border-color: rgb(18,98,65); }

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