#146442

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

Shades of Jewel #146442

Tints of Jewel #146442

Color information

#146442 (or 0x146442) is unknown color: approx Jewel. HEX triplet: 14, 64 and 42. RGB value is (20,100,66). Sum of RGB (Red+Green+Blue) = 20+100+66=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #146442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146442 is #EB9BBD. Grayscale: #484848. Windows color (decimal): -15440830 or 4350996. OLE color: 4350996.

HSL color Cylindrical-coordinate representation of color #146442: hue angle of 154.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146442 is Cyan = 0.8, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB2010066-
CMYK0.800.340.61
HSL154.5º66.67%23.53%-
HSV(B)154.5º80%39.22%-
XYZ5.839.666.71-
YUV72.2124.590.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 100 (39.45% from 255) = 53.76%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=10.75%
G=53.76%
B=35.48%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20100660.800.340.61154.566.6723.53
Hex146442500223D9a4318
Octal241441021200427523210330
Binary10100110010010000101010000010001011110110011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146442; }

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

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

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

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

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

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

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

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