#126141

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

Shades of Jewel #126141

Tints of Jewel #126141

Color information

#126141 (or 0x126141) is unknown color: approx Jewel. HEX triplet: 12, 61 and 41. RGB value is (18,97,65). Sum of RGB (Red+Green+Blue) = 18+97+65=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #126141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126141 is #ED9EBE. Grayscale: #454545. Windows color (decimal): -15572671 or 4284690. OLE color: 4284690.

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

Color convert

RGB189765-
CMYK0.8100.330.62
HSL155.7º68.7%22.55%-
HSV(B)155.7º81.44%38.04%-
XYZ5.489.066.46-
YUV69.73125.3391.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 97 (38.28% from 255) = 53.89%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=10%
G=53.89%
B=36.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897650.8100.330.62155.768.722.55
Hex126141510213E9c4517
Octal221411011210417623410527
Binary10010110000110000011010001010000111111010011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126141; }

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

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

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

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

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

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

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

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