#126240

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

Shades of Jewel #126240

Tints of Jewel #126240

Color information

#126240 (or 0x126240) is unknown color: approx Jewel. HEX triplet: 12, 62 and 40. RGB value is (18,98,64). Sum of RGB (Red+Green+Blue) = 18+98+64=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #126240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126240 is #ED9DBF. Grayscale: #464646. Windows color (decimal): -15572416 or 4219410. OLE color: 4219410.

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

Color convert

RGB189864-
CMYK0.8200.350.62
HSL154.5º68.97%22.75%-
HSV(B)154.5º81.63%38.43%-
XYZ5.549.236.34-
YUV70.2124.590.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=10%
G=54.44%
B=35.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898640.8200.350.62154.568.9722.75
Hex126240520233E9a4517
Octal221421001220437623210527
Binary10010110001010000001010010010001111111010011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126240; }

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

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

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

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

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

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

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

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