#146342

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

Shades of Jewel #146342

Tints of Jewel #146342

Color information

#146342 (or 0x146342) is unknown color: approx Jewel. HEX triplet: 14, 63 and 42. RGB value is (20,99,66). Sum of RGB (Red+Green+Blue) = 20+99+66=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #146342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146342 is #EB9CBD. Grayscale: #474747. Windows color (decimal): -15441086 or 4350740. OLE color: 4350740.

HSL color Cylindrical-coordinate representation of color #146342: hue angle of 154.94º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146342 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB209966-
CMYK0.8000.330.61
HSL154.94º66.39%23.33%-
HSV(B)154.94º79.8%38.82%-
XYZ5.739.476.68-
YUV71.62124.8391.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=10.81%
G=53.51%
B=35.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099660.8000.330.61154.9466.3923.33
Hex146342500213D9b4217
Octal241431021200417523310227
Binary10100110001110000101010000010000111110110011011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146342; }

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

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

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

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

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

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

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

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