#126941

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

Shades of Jewel #126941

Tints of Jewel #126941

Color information

#126941 (or 0x126941) is unknown color: approx Jewel. HEX triplet: 12, 69 and 41. RGB value is (18,105,65). Sum of RGB (Red+Green+Blue) = 18+105+65=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #126941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126941 is #ED96BE. Grayscale: #4A4A4A. Windows color (decimal): -15570623 or 4286738. OLE color: 4286738.

HSL color Cylindrical-coordinate representation of color #126941: hue angle of 152.41º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126941 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1810565-
CMYK0.8300.380.59
HSL152.41º70.73%24.12%-
HSV(B)152.41º82.86%41.18%-
XYZ6.2610.616.72-
YUV74.43122.6887.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 105 (41.41% from 255) = 55.85%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=9.57%
G=55.85%
B=34.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18105650.8300.380.59152.4170.7324.12
Hex126941530263B984718
Octal221511011230467323010730
Binary10010110100110000011010011010011011101110011000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126941; }

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

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

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

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

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

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

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

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