#146146

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

Shades of Jewel #146146

Tints of Jewel #146146

Color information

#146146 (or 0x146146) is unknown color: approx Jewel. HEX triplet: 14, 61 and 46. RGB value is (20,97,70). Sum of RGB (Red+Green+Blue) = 20+97+70=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #146146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146146 is #EB9EB9. Grayscale: #464646. Windows color (decimal): -15441594 or 4612372. OLE color: 4612372.

HSL color Cylindrical-coordinate representation of color #146146: hue angle of 158.96º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146146 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB209770-
CMYK0.7900.280.62
HSL158.96º65.81%22.94%-
HSV(B)158.96º79.38%38.04%-
XYZ5.679.147.26-
YUV70.9127.4991.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=10.70%
G=51.87%
B=37.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097700.7900.280.62158.9665.8122.94
Hex1461464F01C3E9f4217
Octal241411061170347623710227
Binary1010011000011000110100111101110011111010011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146146; }

 p { color: rgb(20,97,70); }

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

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

 a { background-color: rgb(20,97,70); }

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

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

 span { border-color: rgb(20,97,70); }

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