#146141

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

Shades of Jewel #146141

Tints of Jewel #146141

Color information

#146141 (or 0x146141) is unknown color: approx Jewel. HEX triplet: 14, 61 and 41. RGB value is (20,97,65). Sum of RGB (Red+Green+Blue) = 20+97+65=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #146141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146141 is #EB9EBE. Grayscale: #464646. Windows color (decimal): -15441599 or 4284692. OLE color: 4284692.

HSL color Cylindrical-coordinate representation of color #146141: hue angle of 155.06º 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 #146141 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB209765-
CMYK0.7900.330.62
HSL155.06º65.81%22.94%-
HSV(B)155.06º79.38%38.04%-
XYZ5.529.086.46-
YUV70.33124.9992.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 97 (38.28% from 255) = 53.30%
BLUE value IS 65 (25.78% from 255) = 35.71%
R=10.99%
G=53.30%
B=35.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097650.7900.330.62155.0665.8122.94
Hex1461414F0213E9b4217
Octal241411011170417623310227
Binary10100110000110000011001111010000111111010011011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146141; }

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

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

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

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

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

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

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

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