#126041

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

Shades of Jewel #126041

Tints of Jewel #126041

Color information

#126041 (or 0x126041) is unknown color: approx Jewel. HEX triplet: 12, 60 and 41. RGB value is (18,96,65). Sum of RGB (Red+Green+Blue) = 18+96+65=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #126041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126041 is #ED9FBE. Grayscale: #454545. Windows color (decimal): -15572927 or 4284434. OLE color: 4284434.

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

Color convert

RGB189665-
CMYK0.8100.320.62
HSL156.15º68.42%22.35%-
HSV(B)156.15º81.25%37.65%-
XYZ5.398.886.43-
YUV69.14125.6691.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=10.06%
G=53.63%
B=36.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896650.8100.320.62156.1568.4222.35
Hex126041510203E9c4416
Octal221401011210407623410426
Binary10010110000010000011010001010000011111010011100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126041; }

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

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

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

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

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

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

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

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