#146842

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

Shades of Jewel #146842

Tints of Jewel #146842

Color information

#146842 (or 0x146842) is unknown color: approx Jewel. HEX triplet: 14, 68 and 42. RGB value is (20,104,66). Sum of RGB (Red+Green+Blue) = 20+104+66=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #146842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146842 is #EB97BD. Grayscale: #4A4A4A. Windows color (decimal): -15439806 or 4352020. OLE color: 4352020.

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

Color convert

RGB2010466-
CMYK0.8100.370.59
HSL152.86º67.74%24.31%-
HSV(B)152.86º80.77%40.78%-
XYZ6.2210.446.84-
YUV74.55123.1789.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 104 (41.02% from 255) = 54.74%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=10.53%
G=54.74%
B=34.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104660.8100.370.59152.8667.7424.31
Hex146842510253B994418
Octal241501021210457323110430
Binary10100110100010000101010001010010111101110011001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146842; }

 p { color: rgb(20,104,66); }

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

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

 a { background-color: rgb(20,104,66); }

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

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

 span { border-color: rgb(20,104,66); }

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